19:16:42.625 [Test worker] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class hello.ApplicationTest]
19:16:42.633 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
19:16:42.643 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
19:16:42.663 [Test worker] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [hello.ApplicationTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
19:16:42.675 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [hello.ApplicationTest], using SpringBootContextLoader
19:16:42.678 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [hello.ApplicationTest]: class path resource [hello/ApplicationTest-context.xml] does not exist
19:16:42.679 [Test worker] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [hello.ApplicationTest]: class path resource [hello/ApplicationTestContext.groovy] does not exist
19:16:42.679 [Test worker] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [hello.ApplicationTest]: no resource found for suffixes {-context.xml, Context.groovy}.
19:16:42.680 [Test worker] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [hello.ApplicationTest]: ApplicationTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
19:16:42.721 [Test worker] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [hello.ApplicationTest]
19:16:42.818 [Test worker] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [D:\workspace\SpringBoot\gs-rest-service-master\complete\build\classes\java\main\hello\Application.class]
19:16:42.831 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration hello.Application for test class hello.ApplicationTest
19:16:42.931 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [hello.ApplicationTest]: using defaults.
19:16:42.932 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener]
19:16:42.943 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.transaction.TransactionalTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/interceptor/TransactionAttributeSource]
19:16:42.944 [Test worker] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Skipping candidate TestExecutionListener [org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener] due to a missing dependency. Specify custom listener classes or make the default listener classes and their required dependencies available. Offending class: [org/springframework/transaction/interceptor/TransactionAttribute]
19:16:42.944 [Test worker] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@25dc397d, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@26307e40, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6331fee2, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@10447ea7, org.springframework.test.context.support.DirtiesContextTestExecutionListener@5497aa03, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@71701caf, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@1d5a3a8d, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@2e58dec7, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@4776aebd, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@36124798]
19:16:42.947 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [hello.ApplicationTest]
19:16:42.947 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [hello.ApplicationTest]
19:16:42.948 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [hello.ApplicationTest]
19:16:42.948 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [hello.ApplicationTest]
19:16:42.952 [Test worker] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@3b138d1d testClass = ApplicationTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@2cc4e27f testClass = ApplicationTest, locations = '{}', classes = '{class hello.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@313b4d27, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@8c984e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2abffe8a, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa6b940], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null].
19:16:42.953 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [hello.ApplicationTest]
19:16:42.953 [Test worker] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [hello.ApplicationTest]
19:16:42.972 [Test worker] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=-1}
2019-09-01 19:16:43.150 DEBUG 16688 --- [ Test worker] .c.l.ClasspathLoggingApplicationListener : Application started with classpath: [file:/C:/Users/bltiii/.gradle/caches/4.6/workerMain/gradle-worker.jar, file:/D:/workspace/SpringBoot/gs-rest-service-master/complete/build/classes/java/test/, file:/D:/workspace/SpringBoot/gs-rest-service-master/complete/build/resources/test, file:/D:/workspace/SpringBoot/gs-rest-service-master/complete/build/classes/java/main/, file:/D:/workspace/SpringBoot/gs-rest-service-master/complete/build/resources/main/, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-web/2.1.6.RELEASE/8d232c9366b4ef3f5a919e48efb2228528391914/spring-boot-starter-web-2.1.6.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-thymeleaf/2.1.6.RELEASE/9d007e15b0f6c48005d1808d1c1b7f38e952ba79/spring-boot-starter-thymeleaf-2.1.6.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-test/2.1.6.RELEASE/84ca9723624ade81ca04be40b96222e786790a89/spring-boot-starter-test-2.1.6.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/com.jayway.jsonpath/json-path/2.4.0/765a4401ceb2dc8d40553c2075eb80a8fa35c2ae/json-path-2.4.0.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-json/2.1.6.RELEASE/ed82ba4ed8a45855f5571c0fbc15537aa942763/spring-boot-starter-json-2.1.6.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter/2.1.6.RELEASE/22f085f39ded75b0b454ee7731eccae68b20f17e/spring-boot-starter-2.1.6.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-tomcat/2.1.6.RELEASE/204079b2a82b794246fe911d29f1d9682efbd951/spring-boot-starter-tomcat-2.1.6.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.hibernate.validator/hibernate-validator/6.0.17.Final/af73055fc4a103ab347c56e7da5a143d68a0170/hibernate-validator-6.0.17.Final.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework/spring-webmvc/5.1.8.RELEASE/d2b6359b3b502ce917879990fbee99723bfa78c5/spring-webmvc-5.1.8.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework/spring-web/5.1.8.RELEASE/6d7134733f05133d82440172c5f6f9fe001db7ed/spring-web-5.1.8.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.thymeleaf/thymeleaf-spring5/3.0.11.RELEASE/de7bf0adf13b5e9c4811f95edf18279da193c0c6/thymeleaf-spring5-3.0.11.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.thymeleaf.extras/thymeleaf-extras-java8time/3.0.4.RELEASE/36e7175ddce36c486fff4578b5af7bb32f54f5df/thymeleaf-extras-java8time-3.0.4.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-test-autoconfigure/2.1.6.RELEASE/6d3ed4a0b08a139892c2308d77e33ef3bb7f7be4/spring-boot-test-autoconfigure-2.1.6.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-test/2.1.6.RELEASE/6a3f167e76e4dee556c9892058e60b1445c9576b/spring-boot-test-2.1.6.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/junit/junit/4.12/2973d150c0dc1fefe998f834810d68f278ea58ec/junit-4.12.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.assertj/assertj-core/3.11.1/fdac3217b804d6900fa3650f17b5cb48e620b140/assertj-core-3.11.1.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.mockito/mockito-core/2.23.4/a35b6f8ffcfa786771eac7d7d903429e790fdf3f/mockito-core-2.23.4.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.hamcrest/hamcrest-library/1.3/4785a3c21320980282f9f33d0d1264a69040538f/hamcrest-library-1.3.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.hamcrest/hamcrest-core/1.3/42a25dc3219429f0e5d060061f71acb49bf010a0/hamcrest-core-1.3.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.skyscreamer/jsonassert/1.5.0/6c9d5fe2f59da598d9aefc1cfc6528ff3cf32df3/jsonassert-1.5.0.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework/spring-test/5.1.8.RELEASE/2a629b975a2815772b947686d4936a5c764fe4f6/spring-test-5.1.8.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-autoconfigure/2.1.6.RELEASE/875d84cfa6d5655bd11238c229e7acedf344024b/spring-boot-autoconfigure-2.1.6.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot/2.1.6.RELEASE/b8a75ec9a9c570290523c4308c2255fbea6746c0/spring-boot-2.1.6.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework/spring-context/5.1.8.RELEASE/83ab599b042a4805bbee71b6241e9d073022d704/spring-context-5.1.8.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework/spring-expression/5.1.8.RELEASE/4f8340d8d4f52dbd527bd696358923ff4df5be1a/spring-expression-5.1.8.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework/spring-aop/5.1.8.RELEASE/c013c5603a05bee2a80cc2ec8f3fc11b15d4de3a/spring-aop-5.1.8.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework/spring-beans/5.1.8.RELEASE/e35fa81d0142ef7c1247a7dee8b1ef2dd78c6322/spring-beans-5.1.8.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework/spring-core/5.1.8.RELEASE/37fd45c92cfd05b9ad173ee1184ec4221e0f931f/spring-core-5.1.8.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.xmlunit/xmlunit-core/2.6.2/b0461888cdd8d3975ea8a57df96520409cadcb6c/xmlunit-core-2.6.2.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/net.minidev/json-smart/2.3/7396407491352ce4fa30de92efb158adb76b5b/json-smart-2.3.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.thymeleaf/thymeleaf/3.0.11.RELEASE/628ebb91f520053d4120b7b18bf78ff295d57461/thymeleaf-3.0.11.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework.boot/spring-boot-starter-logging/2.1.6.RELEASE/9cb7228f463fce085317e2da8fb824568e697b7c/spring-boot-starter-logging-2.1.6.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/ch.qos.logback/logback-classic/1.2.3/7c4f3c474fb2c041d8028740440937705ebb473a/logback-classic-1.2.3.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-to-slf4j/2.11.2/6d37bf7b046c0ce2669f26b99365a2cfa45c4c18/log4j-to-slf4j-2.11.2.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.slf4j/jul-to-slf4j/1.7.26/8031352b2bb0a49e67818bf04c027aa92e645d5c/jul-to-slf4j-1.7.26.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.slf4j/slf4j-api/1.7.26/77100a62c2e6f04b53977b9f541044d7d722693d/slf4j-api-1.7.26.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/javax.annotation/javax.annotation-api/1.3.2/934c04d3cfef185a8008e7bf34331b79730a9d43/javax.annotation-api-1.3.2.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.yaml/snakeyaml/1.23/ec62d74fe50689c28c0ff5b35d3aebcaa8b5be68/snakeyaml-1.23.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.datatype/jackson-datatype-jdk8/2.9.9/4b04126963103216c9c43b0f34bbc36315654204/jackson-datatype-jdk8-2.9.9.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.datatype/jackson-datatype-jsr310/2.9.9/a33df137557793b0404a486888dbe049f7abeeeb/jackson-datatype-jsr310-2.9.9.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.module/jackson-module-parameter-names/2.9.9/a92facb55a2538e7b2fe14294570a18b823ad431/jackson-module-parameter-names-2.9.9.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-databind/2.9.9/d6eb9817d9c7289a91f043ac5ee02a6b3cc86238/jackson-databind-2.9.9.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-websocket/9.0.21/218f438e4812f268a1692511f897b401fc28cfa8/tomcat-embed-websocket-9.0.21.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.21/225a44fe65e9832f896e09f343ce107d38f3ee1b/tomcat-embed-core-9.0.21.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-el/9.0.21/6a7ed3ad394b36d3f0f77745f424e19e976d2d61/tomcat-embed-el-9.0.21.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/javax.validation/validation-api/2.0.1.Final/cb855558e6271b1b32e716d24cb85c7f583ce09e/validation-api-2.0.1.Final.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.jboss.logging/jboss-logging/3.3.2.Final/3789d00e859632e6c6206adc0c71625559e6e3b0/jboss-logging-3.3.2.Final.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/com.fasterxml/classmate/1.4.0/291658ac2ce2476256c7115943652c0accb5c857/classmate-1.4.0.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy/1.9.13/cdaa4d47073aa70819649bf037cfefe75c39a4b6/byte-buddy-1.9.13.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/net.bytebuddy/byte-buddy-agent/1.9.13/df0eecb1c8f146f6331ec2d45259d66de3795d84/byte-buddy-agent-1.9.13.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.objenesis/objenesis/2.6/639033469776fd37c08358c6b92a4761feb2af4b/objenesis-2.6.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/com.vaadin.external.google/android-json/0.0.20131108.vaadin1/fa26d351fe62a6a17f5cda1287c1c6110dec413f/android-json-0.0.20131108.vaadin1.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.springframework/spring-jcl/5.1.8.RELEASE/60a3bb9c802ea03c955ee26526f8aebc9dd712b6/spring-jcl-5.1.8.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/net.minidev/accessors-smart/1.2/c592b500269bfde36096641b01238a8350f8aa31/accessors-smart-1.2.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-annotations/2.9.0/7c10d545325e3a6e72e06381afe469fd40eb701/jackson-annotations-2.9.0.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/com.fasterxml.jackson.core/jackson-core/2.9.9/bfff5af9fb8347d26bbb7959cb9b4fe9a2b0ca5e/jackson-core-2.9.9.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.attoparser/attoparser/2.0.5.RELEASE/a93ad36df9560de3a5312c1d14f69d938099fa64/attoparser-2.0.5.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.unbescape/unbescape/1.1.6.RELEASE/7b90360afb2b860e09e8347112800d12c12b2a13/unbescape-1.1.6.RELEASE.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.ow2.asm/asm/5.0.4/da08b8cce7bbf903602a25a3a163ae252435795/asm-5.0.4.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/ch.qos.logback/logback-core/1.2.3/864344400c3d4d92dfeb0a305dc87d953677c03c/logback-core-1.2.3.jar, file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.apache.logging.log4j/log4j-api/2.11.2/f5e9a2ffca496057d6891a3de65128efc636e26e/log4j-api-2.11.2.jar]
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.6.RELEASE)
2019-09-01 19:16:43.236 INFO 16688 --- [ Test worker] hello.ApplicationTest : Starting ApplicationTest on LAPTOP-2BN9VD1B with PID 16688 (started by bltiii in D:\workspace\SpringBoot\gs-rest-service-master\complete)
2019-09-01 19:16:43.236 DEBUG 16688 --- [ Test worker] hello.ApplicationTest : Running with Spring Boot v2.1.6.RELEASE, Spring v5.1.8.RELEASE
2019-09-01 19:16:43.236 INFO 16688 --- [ Test worker] hello.ApplicationTest : No active profile set, falling back to default profiles: default
2019-09-01 19:16:43.237 DEBUG 16688 --- [ Test worker] o.s.boot.SpringApplication : Loading source class hello.Application
2019-09-01 19:16:43.250 DEBUG 16688 --- [kground-preinit] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL
2019-09-01 19:16:43.257 DEBUG 16688 --- [kground-preinit] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.hibernate.validator.messageinterpolation.ResourceBundleMessageInterpolator as ValidatorFactory-scoped message interpolator.
2019-09-01 19:16:43.258 DEBUG 16688 --- [kground-preinit] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver.
2019-09-01 19:16:43.258 DEBUG 16688 --- [kground-preinit] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.
2019-09-01 19:16:43.258 DEBUG 16688 --- [kground-preinit] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.
2019-09-01 19:16:43.258 DEBUG 16688 --- [kground-preinit] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.
2019-09-01 19:16:43.267 DEBUG 16688 --- [ Test worker] o.s.b.c.c.ConfigFileApplicationListener : Loaded config file 'file:/D:/workspace/SpringBoot/gs-rest-service-master/complete/build/resources/main/application.properties' (classpath:/application.properties)
2019-09-01 19:16:43.268 DEBUG 16688 --- [ Test worker] o.s.w.c.s.GenericWebApplicationContext : Refreshing org.springframework.web.context.support.GenericWebApplicationContext@321c2e0f
2019-09-01 19:16:43.295 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
2019-09-01 19:16:43.315 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.internalCachingMetadataReaderFactory'
2019-09-01 19:16:43.415 DEBUG 16688 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\workspace\SpringBoot\gs-rest-service-master\complete\build\classes\java\main\hello\FileUploadController.class]
2019-09-01 19:16:43.416 DEBUG 16688 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\workspace\SpringBoot\gs-rest-service-master\complete\build\classes\java\main\hello\GreetingController.class]
2019-09-01 19:16:43.417 DEBUG 16688 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\workspace\SpringBoot\gs-rest-service-master\complete\build\classes\java\main\hello\GreetingService.class]
2019-09-01 19:16:43.419 DEBUG 16688 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\workspace\SpringBoot\gs-rest-service-master\complete\build\classes\java\main\hello\GreetingWIthServiceController.class]
2019-09-01 19:16:43.420 DEBUG 16688 --- [ Test worker] o.s.c.a.ClassPathBeanDefinitionScanner : Identified candidate component class: file [D:\workspace\SpringBoot\gs-rest-service-master\complete\build\classes\java\main\hello\storage\FileSystemStorageService.class]
2019-09-01 19:16:43.594 DEBUG 16688 --- [ Test worker] o.s.c.e.PropertySourcesPropertyResolver : Found key 'spring.jmx.enabled' in PropertySource 'configurationProperties' with value of type String
2019-09-01 19:16:43.617 DEBUG 16688 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.21/225a44fe65e9832f896e09f343ce107d38f3ee1b/tomcat-embed-core-9.0.21.jar!/org/apache/catalina/mbeans/mbeans-descriptors.xml
2019-09-01 19:16:43.628 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : register('-//Apache Software Foundation//DTD Model MBeans Configuration File', 'jar:file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.21/225a44fe65e9832f896e09f343ce107d38f3ee1b/tomcat-embed-core-9.0.21.jar!/org/apache/tomcat/util/modeler/mbeans-descriptors.dtd'
2019-09-01 19:16:43.666 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@4028fa82)
2019-09-01 19:16:43.666 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
2019-09-01 19:16:43.669 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
2019-09-01 19:16:43.670 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
2019-09-01 19:16:43.671 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:43.671 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.671 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:43.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:43.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:43.681 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.682 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:43.682 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'MBeanFactory'
2019-09-01 19:16:43.683 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=MBeanFactory)
2019-09-01 19:16:43.686 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.mbeans.MBeanFactory'
2019-09-01 19:16:43.686 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.mbeans.MBeanFactory)
2019-09-01 19:16:43.686 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Factory for MBeans and corresponding components'
2019-09-01 19:16:43.687 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Factory for MBeans and corresponding components)
2019-09-01 19:16:43.687 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:43.688 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:43.688 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:43.688 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.689 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.689 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.689 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.690 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.690 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:43.691 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:43.691 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.693 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.693 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:43.693 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createAjpConnector'
2019-09-01 19:16:43.694 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createAjpConnector)
2019-09-01 19:16:43.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new AjpConnector'
2019-09-01 19:16:43.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new AjpConnector)
2019-09-01 19:16:43.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:43.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:43.697 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:43.697 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:43.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.698 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.699 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-09-01 19:16:43.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-09-01 19:16:43.714 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-09-01 19:16:43.714 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-09-01 19:16:43.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.717 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.717 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.717 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.719 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.719 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.720 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry'
2019-09-01 19:16:43.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3307a572)
2019-09-01 19:16:43.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.723 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.724 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address'
2019-09-01 19:16:43.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address)
2019-09-01 19:16:43.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind'
2019-09-01 19:16:43.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind)
2019-09-01 19:16:43.727 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.727 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.727 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.728 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.730 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.733 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.733 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3a246093)
2019-09-01 19:16:43.733 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.734 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.734 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.734 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.735 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.741 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.742 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.743 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.743 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.744 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.744 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port'
2019-09-01 19:16:43.745 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port)
2019-09-01 19:16:43.745 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on'
2019-09-01 19:16:43.745 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on)
2019-09-01 19:16:43.746 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
2019-09-01 19:16:43.747 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
2019-09-01 19:16:43.747 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.747 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.748 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.748 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.748 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.749 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.749 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.749 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2dc842fa)
2019-09-01 19:16:43.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.751 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.752 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:43.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:43.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:43.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@50cd1810)
2019-09-01 19:16:43.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:43.757 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.757 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.758 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:43.758 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.758 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:43.759 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:43.759 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.759 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.760 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:43.760 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createDataSourceRealm'
2019-09-01 19:16:43.761 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createDataSourceRealm)
2019-09-01 19:16:43.761 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new DataSource Realm'
2019-09-01 19:16:43.761 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new DataSource Realm)
2019-09-01 19:16:43.762 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:43.762 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:43.762 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:43.763 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:43.763 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.764 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.765 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.765 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.766 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.766 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.767 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.767 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-09-01 19:16:43.767 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-09-01 19:16:43.768 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-09-01 19:16:43.768 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-09-01 19:16:43.768 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.769 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.769 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.769 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.770 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.770 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.772 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.772 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@10d31dfe)
2019-09-01 19:16:43.772 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.774 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.774 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.774 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.775 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.775 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.775 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.776 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'dataSourceName'
2019-09-01 19:16:43.776 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=dataSourceName)
2019-09-01 19:16:43.776 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The JNDI named JDBC DataSource'
2019-09-01 19:16:43.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The JNDI named JDBC DataSource)
2019-09-01 19:16:43.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.779 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.780 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.780 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.780 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.781 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.781 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.781 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.781 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@364041d1)
2019-09-01 19:16:43.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.783 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.783 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.783 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.784 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.784 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.785 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.785 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'roleNameCol'
2019-09-01 19:16:43.785 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=roleNameCol)
2019-09-01 19:16:43.785 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The column in the user role table that names a role'
2019-09-01 19:16:43.786 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The column in the user role table that names a role)
2019-09-01 19:16:43.786 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.786 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.787 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.787 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.787 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.787 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.788 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.788 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.788 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.788 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.789 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4720de79)
2019-09-01 19:16:43.789 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.789 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.789 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.790 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.790 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.790 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.791 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.791 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.791 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userCredCol'
2019-09-01 19:16:43.793 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userCredCol)
2019-09-01 19:16:43.794 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The column in the user table that holds the user's credentials'
2019-09-01 19:16:43.794 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The column in the user table that holds the user's credentials)
2019-09-01 19:16:43.795 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.796 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.796 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.797 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.797 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.798 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.798 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5bb1163a)
2019-09-01 19:16:43.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.805 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.806 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.807 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.807 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.809 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.810 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userNameCol'
2019-09-01 19:16:43.810 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userNameCol)
2019-09-01 19:16:43.811 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The column in the user table that holds the user's username'
2019-09-01 19:16:43.825 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The column in the user table that holds the user's username)
2019-09-01 19:16:43.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.836 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5385dc5f)
2019-09-01 19:16:43.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.840 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.840 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.841 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userRoleTable'
2019-09-01 19:16:43.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userRoleTable)
2019-09-01 19:16:43.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The table that holds the relation between user's and roles'
2019-09-01 19:16:43.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The table that holds the relation between user's and roles)
2019-09-01 19:16:43.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.845 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.846 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.846 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.846 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@67ff4137)
2019-09-01 19:16:43.846 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.847 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.847 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.847 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.847 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.848 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.848 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.850 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.850 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'userTable'
2019-09-01 19:16:43.850 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=userTable)
2019-09-01 19:16:43.851 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The table that holds user data'
2019-09-01 19:16:43.851 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The table that holds user data)
2019-09-01 19:16:43.851 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.851 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.854 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.854 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.854 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.854 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@266d98a7)
2019-09-01 19:16:43.856 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.856 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.856 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.857 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.857 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.857 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:43.858 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:43.858 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:43.859 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.859 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.859 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.859 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.859 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@753e4a96)
2019-09-01 19:16:43.880 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:43.882 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:43.884 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.884 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:43.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:43.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:43.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createHttpConnector'
2019-09-01 19:16:43.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createHttpConnector)
2019-09-01 19:16:43.887 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new HttpConnector'
2019-09-01 19:16:43.887 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new HttpConnector)
2019-09-01 19:16:43.887 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:43.887 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:43.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:43.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:43.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.888 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.889 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-09-01 19:16:43.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-09-01 19:16:43.891 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-09-01 19:16:43.891 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-09-01 19:16:43.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.893 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.893 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.893 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.895 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.895 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@8a4174a)
2019-09-01 19:16:43.895 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.895 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.896 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.896 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.896 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.896 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.897 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address'
2019-09-01 19:16:43.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address)
2019-09-01 19:16:43.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind'
2019-09-01 19:16:43.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind)
2019-09-01 19:16:43.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.901 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.901 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.901 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.901 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.902 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.902 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.902 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@154f1990)
2019-09-01 19:16:43.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.904 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.904 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.904 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.905 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.905 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.905 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.906 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.906 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port'
2019-09-01 19:16:43.906 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port)
2019-09-01 19:16:43.907 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on'
2019-09-01 19:16:43.908 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on)
2019-09-01 19:16:43.908 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
2019-09-01 19:16:43.909 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
2019-09-01 19:16:43.909 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.909 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.909 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.909 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.910 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.910 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.910 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.910 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.910 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7076dab2)
2019-09-01 19:16:43.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.912 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.912 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:43.912 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:43.912 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:43.913 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.913 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.913 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.914 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.914 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1d98deb5)
2019-09-01 19:16:43.914 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:43.915 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.915 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.916 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:43.916 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.916 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:43.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:43.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:43.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createHttpsConnector'
2019-09-01 19:16:43.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createHttpsConnector)
2019-09-01 19:16:43.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new HttpsConnector'
2019-09-01 19:16:43.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new HttpsConnector)
2019-09-01 19:16:43.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:43.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:43.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:43.920 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:43.920 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.920 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.920 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.921 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.921 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.921 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.921 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-09-01 19:16:43.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-09-01 19:16:43.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-09-01 19:16:43.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-09-01 19:16:43.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.923 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.925 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2a9b9adb)
2019-09-01 19:16:43.925 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.925 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.925 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.925 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.926 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.926 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.926 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.926 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.927 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.927 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.927 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address'
2019-09-01 19:16:43.927 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address)
2019-09-01 19:16:43.927 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind'
2019-09-01 19:16:43.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind)
2019-09-01 19:16:43.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.928 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.929 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.929 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.929 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.930 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.930 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.930 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@76c23a1f)
2019-09-01 19:16:43.930 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.930 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.931 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.931 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.931 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.931 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.933 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.933 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.933 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port'
2019-09-01 19:16:43.934 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port)
2019-09-01 19:16:43.934 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on'
2019-09-01 19:16:43.934 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on)
2019-09-01 19:16:43.934 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
2019-09-01 19:16:43.935 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
2019-09-01 19:16:43.935 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.935 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1daad203)
2019-09-01 19:16:43.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.938 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.938 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:43.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:43.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:43.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@749f652a)
2019-09-01 19:16:43.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:43.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:43.941 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.941 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:43.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:43.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:43.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createJDBCRealm'
2019-09-01 19:16:43.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createJDBCRealm)
2019-09-01 19:16:43.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new JDBC Realm'
2019-09-01 19:16:43.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new JDBC Realm)
2019-09-01 19:16:43.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:43.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:43.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:43.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:43.947 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.947 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.947 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.947 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-09-01 19:16:43.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-09-01 19:16:43.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-09-01 19:16:43.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-09-01 19:16:43.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.949 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@11ec7d41)
2019-09-01 19:16:43.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.952 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.952 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:43.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:43.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:43.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5a9d8fb5)
2019-09-01 19:16:43.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:43.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:43.955 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.955 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:43.955 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:43.956 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.956 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.956 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:43.956 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createJNDIRealm'
2019-09-01 19:16:43.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createJNDIRealm)
2019-09-01 19:16:43.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new JNDI Realm'
2019-09-01 19:16:43.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new JNDI Realm)
2019-09-01 19:16:43.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:43.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:43.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:43.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:43.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.958 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.959 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-09-01 19:16:43.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-09-01 19:16:43.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-09-01 19:16:43.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-09-01 19:16:43.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.962 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.962 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.962 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.962 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.963 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.963 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.963 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.963 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@58cb89d4)
2019-09-01 19:16:43.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.964 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.964 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:43.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:43.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:43.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@57f201d2)
2019-09-01 19:16:43.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:43.966 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.966 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.967 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:43.967 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.967 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:43.967 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:43.967 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.968 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.968 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:43.969 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createMemoryRealm'
2019-09-01 19:16:43.969 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createMemoryRealm)
2019-09-01 19:16:43.969 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new Memory Realm'
2019-09-01 19:16:43.970 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new Memory Realm)
2019-09-01 19:16:43.970 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:43.970 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:43.970 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:43.971 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:43.971 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.972 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.972 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.972 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.972 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.972 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.973 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.973 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-09-01 19:16:43.973 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-09-01 19:16:43.973 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-09-01 19:16:43.973 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-09-01 19:16:43.973 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.974 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.974 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.974 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.974 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.974 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.974 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.975 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.975 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.975 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.975 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@25866818)
2019-09-01 19:16:43.975 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.975 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.976 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.976 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.976 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.976 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:43.976 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:43.976 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:43.976 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.976 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.977 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.977 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.977 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@13d0bb3a)
2019-09-01 19:16:43.977 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:43.977 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.977 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.977 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:43.978 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.978 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:43.978 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:43.978 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.978 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:43.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createUserDatabaseRealm'
2019-09-01 19:16:43.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createUserDatabaseRealm)
2019-09-01 19:16:43.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new UserDatabaseRealm'
2019-09-01 19:16:43.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new UserDatabaseRealm)
2019-09-01 19:16:43.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:43.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:43.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:43.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:43.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.980 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.981 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-09-01 19:16:43.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-09-01 19:16:43.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-09-01 19:16:43.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-09-01 19:16:43.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.983 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.983 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.983 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.983 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.983 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.983 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.983 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.984 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@175115bd)
2019-09-01 19:16:43.984 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.984 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.984 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.984 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.984 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.985 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName'
2019-09-01 19:16:43.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName)
2019-09-01 19:16:43.986 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Global JNDI resource name of the associated'
2019-09-01 19:16:43.986 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Global JNDI resource name of the associated)
2019-09-01 19:16:43.986 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.986 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.986 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.986 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.986 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@50ea7a14)
2019-09-01 19:16:43.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.988 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.988 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.988 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.988 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:43.988 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:43.988 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:43.988 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.988 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.989 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.989 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.989 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@46ba1eb9)
2019-09-01 19:16:43.989 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:43.989 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.989 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.989 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:43.990 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.990 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:43.990 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:43.990 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:43.990 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.990 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:43.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardContext'
2019-09-01 19:16:43.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardContext)
2019-09-01 19:16:43.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardContext'
2019-09-01 19:16:43.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardContext)
2019-09-01 19:16:43.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:43.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:43.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:43.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:43.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:43.992 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.992 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-09-01 19:16:43.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-09-01 19:16:43.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-09-01 19:16:43.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-09-01 19:16:43.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.994 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5025643f)
2019-09-01 19:16:43.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.995 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.995 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.995 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.995 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.995 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:43.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:43.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'path'
2019-09-01 19:16:43.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=path)
2019-09-01 19:16:43.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The context path for this Context'
2019-09-01 19:16:43.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The context path for this Context)
2019-09-01 19:16:43.997 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:43.997 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:43.997 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.997 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:43.997 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.997 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:43.997 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.998 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:43.998 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.998 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:43.998 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4f466f7b)
2019-09-01 19:16:43.998 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.998 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:43.998 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:43.999 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:43.999 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:43.999 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:43.999 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:43.999 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.000 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.000 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.000 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'docBase'
2019-09-01 19:16:44.000 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=docBase)
2019-09-01 19:16:44.000 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Document base directory (or WAR) for this Context'
2019-09-01 19:16:44.001 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Document base directory (or WAR) for this Context)
2019-09-01 19:16:44.001 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.001 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.001 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.001 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.001 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.001 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.001 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.001 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.002 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.002 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.002 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4c7f965d)
2019-09-01 19:16:44.002 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.002 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.002 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.002 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.003 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.003 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.003 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.003 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.003 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.003 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.003 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.003 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.004 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5a2616bd)
2019-09-01 19:16:44.004 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.004 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.004 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.004 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.005 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.005 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.005 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.005 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.005 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardServiceEngine'
2019-09-01 19:16:44.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardServiceEngine)
2019-09-01 19:16:44.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardService and StandardEngine'
2019-09-01 19:16:44.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardService and StandardEngine)
2019-09-01 19:16:44.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.007 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:44.007 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:44.007 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.007 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.007 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.007 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.008 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.008 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.008 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.008 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'domain'
2019-09-01 19:16:44.008 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=domain)
2019-09-01 19:16:44.009 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Domain used for MBeans associated with the new Service'
2019-09-01 19:16:44.009 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Domain used for MBeans associated with the new Service)
2019-09-01 19:16:44.009 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.009 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.009 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.009 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.010 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.010 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.010 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.010 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.010 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.010 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.011 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2159955a)
2019-09-01 19:16:44.011 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.011 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.012 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.012 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.012 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.012 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.012 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'defaultHost'
2019-09-01 19:16:44.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=defaultHost)
2019-09-01 19:16:44.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Default host name for the new Engine'
2019-09-01 19:16:44.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Default host name for the new Engine)
2019-09-01 19:16:44.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.014 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5d980bbd)
2019-09-01 19:16:44.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.016 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.016 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'baseDir'
2019-09-01 19:16:44.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=baseDir)
2019-09-01 19:16:44.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Base directory value for the new Engine'
2019-09-01 19:16:44.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Base directory value for the new Engine)
2019-09-01 19:16:44.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.018 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.018 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.018 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.018 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.018 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.018 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.019 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.019 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.019 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.019 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6d65b32d)
2019-09-01 19:16:44.019 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.020 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.020 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.020 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.020 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.020 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.020 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.021 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.021 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.021 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.021 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.021 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.021 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@71cd3c2)
2019-09-01 19:16:44.021 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.022 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.022 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.022 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.022 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.022 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.022 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardHost'
2019-09-01 19:16:44.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardHost)
2019-09-01 19:16:44.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardHost'
2019-09-01 19:16:44.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardHost)
2019-09-01 19:16:44.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:44.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:44.025 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.025 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.025 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-09-01 19:16:44.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-09-01 19:16:44.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-09-01 19:16:44.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-09-01 19:16:44.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.027 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6a82753e)
2019-09-01 19:16:44.029 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.029 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.029 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.029 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.029 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.029 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:44.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:44.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Unique name of this Host'
2019-09-01 19:16:44.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Unique name of this Host)
2019-09-01 19:16:44.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.031 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@77da4e30)
2019-09-01 19:16:44.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.033 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.033 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'appBase'
2019-09-01 19:16:44.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=appBase)
2019-09-01 19:16:44.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'set host deployment directory'
2019-09-01 19:16:44.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=set host deployment directory)
2019-09-01 19:16:44.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.035 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3766673d)
2019-09-01 19:16:44.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.036 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.037 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'autoDeploy'
2019-09-01 19:16:44.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=autoDeploy)
2019-09-01 19:16:44.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The auto deploy flag for this Host'
2019-09-01 19:16:44.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The auto deploy flag for this Host)
2019-09-01 19:16:44.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
2019-09-01 19:16:44.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.038 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@568520d0)
2019-09-01 19:16:44.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.040 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.040 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'deployOnStartup'
2019-09-01 19:16:44.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=deployOnStartup)
2019-09-01 19:16:44.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The deploy on startup flag for this Host'
2019-09-01 19:16:44.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The deploy on startup flag for this Host)
2019-09-01 19:16:44.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
2019-09-01 19:16:44.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.042 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2f5784bb)
2019-09-01 19:16:44.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.043 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.044 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'deployXML'
2019-09-01 19:16:44.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=deployXML)
2019-09-01 19:16:44.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'deploy Context XML config files property'
2019-09-01 19:16:44.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=deploy Context XML config files property)
2019-09-01 19:16:44.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
2019-09-01 19:16:44.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.045 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@a59f4af)
2019-09-01 19:16:44.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.046 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.047 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'unpackWARs'
2019-09-01 19:16:44.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=unpackWARs)
2019-09-01 19:16:44.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Unpack WARs property'
2019-09-01 19:16:44.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Unpack WARs property)
2019-09-01 19:16:44.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
2019-09-01 19:16:44.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.048 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@e022556)
2019-09-01 19:16:44.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.050 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.050 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@71fe07e6)
2019-09-01 19:16:44.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.052 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.052 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createStandardManager'
2019-09-01 19:16:44.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createStandardManager)
2019-09-01 19:16:44.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new StandardManager'
2019-09-01 19:16:44.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new StandardManager)
2019-09-01 19:16:44.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:44.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:44.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.055 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.055 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-09-01 19:16:44.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-09-01 19:16:44.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-09-01 19:16:44.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-09-01 19:16:44.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.056 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@629f273e)
2019-09-01 19:16:44.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.058 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.058 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@27a65b4e)
2019-09-01 19:16:44.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.060 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.060 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.060 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.060 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createUserDatabaseRealm'
2019-09-01 19:16:44.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createUserDatabaseRealm)
2019-09-01 19:16:44.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new UserDatabase Realm'
2019-09-01 19:16:44.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new UserDatabase Realm)
2019-09-01 19:16:44.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:44.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:44.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.063 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.064 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-09-01 19:16:44.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-09-01 19:16:44.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-09-01 19:16:44.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-09-01 19:16:44.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.066 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3891f279)
2019-09-01 19:16:44.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.068 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.069 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName'
2019-09-01 19:16:44.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName)
2019-09-01 19:16:44.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Global JNDI resource name of our UserDatabase instance'
2019-09-01 19:16:44.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Global JNDI resource name of our UserDatabase instance)
2019-09-01 19:16:44.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.070 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@39d113ba)
2019-09-01 19:16:44.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.072 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.072 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.072 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.072 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.072 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.073 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.073 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.073 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.073 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.073 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.073 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@22ec6569)
2019-09-01 19:16:44.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.075 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.075 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.075 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.075 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.075 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.075 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.075 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.076 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.076 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createValve'
2019-09-01 19:16:44.076 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createValve)
2019-09-01 19:16:44.076 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new Valve for the given Container'
2019-09-01 19:16:44.076 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new Valve for the given Container)
2019-09-01 19:16:44.076 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:44.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:44.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.077 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.078 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'className'
2019-09-01 19:16:44.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=className)
2019-09-01 19:16:44.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Fully qualified class name of the Valve to create'
2019-09-01 19:16:44.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Fully qualified class name of the Valve to create)
2019-09-01 19:16:44.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.080 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@37052651)
2019-09-01 19:16:44.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.081 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.081 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-09-01 19:16:44.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-09-01 19:16:44.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-09-01 19:16:44.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-09-01 19:16:44.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.083 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3018f2)
2019-09-01 19:16:44.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.085 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.085 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@31cd978d)
2019-09-01 19:16:44.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.087 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.087 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createWebappLoader'
2019-09-01 19:16:44.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createWebappLoader)
2019-09-01 19:16:44.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create a new Web Application Loader'
2019-09-01 19:16:44.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create a new Web Application Loader)
2019-09-01 19:16:44.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:44.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:44.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.089 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.090 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'parent'
2019-09-01 19:16:44.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=parent)
2019-09-01 19:16:44.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the associated parent component'
2019-09-01 19:16:44.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the associated parent component)
2019-09-01 19:16:44.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.091 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@70cb6bf0)
2019-09-01 19:16:44.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.093 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.094 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6ee2fc16)
2019-09-01 19:16:44.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.096 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.096 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.097 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.097 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.097 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.097 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeConnector'
2019-09-01 19:16:44.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeConnector)
2019-09-01 19:16:44.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Connector'
2019-09-01 19:16:44.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Connector)
2019-09-01 19:16:44.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:44.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:44.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.099 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.099 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:44.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:44.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
2019-09-01 19:16:44.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
2019-09-01 19:16:44.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.101 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@61fd2926)
2019-09-01 19:16:44.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.103 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.103 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@235fcba7)
2019-09-01 19:16:44.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.105 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.105 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeContext'
2019-09-01 19:16:44.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeContext)
2019-09-01 19:16:44.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Context'
2019-09-01 19:16:44.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Context)
2019-09-01 19:16:44.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:44.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:44.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.108 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.108 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:44.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:44.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
2019-09-01 19:16:44.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
2019-09-01 19:16:44.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.110 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@73fb3927)
2019-09-01 19:16:44.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.112 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.112 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7bc78a67)
2019-09-01 19:16:44.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.114 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.114 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeHost'
2019-09-01 19:16:44.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeHost)
2019-09-01 19:16:44.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Host'
2019-09-01 19:16:44.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Host)
2019-09-01 19:16:44.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:44.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:44.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.116 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.116 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:44.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:44.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
2019-09-01 19:16:44.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
2019-09-01 19:16:44.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.118 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2618744b)
2019-09-01 19:16:44.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.120 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.120 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@52038442)
2019-09-01 19:16:44.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.122 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.122 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLoader'
2019-09-01 19:16:44.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLoader)
2019-09-01 19:16:44.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Loader'
2019-09-01 19:16:44.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Loader)
2019-09-01 19:16:44.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:44.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:44.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.124 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.124 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:44.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:44.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
2019-09-01 19:16:44.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
2019-09-01 19:16:44.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.126 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@781bad24)
2019-09-01 19:16:44.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.128 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.128 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3fc894f2)
2019-09-01 19:16:44.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.130 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.130 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.130 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.130 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeManager'
2019-09-01 19:16:44.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeManager)
2019-09-01 19:16:44.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Manager'
2019-09-01 19:16:44.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Manager)
2019-09-01 19:16:44.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:44.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:44.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.132 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.133 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:44.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:44.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
2019-09-01 19:16:44.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
2019-09-01 19:16:44.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.135 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5a17156c)
2019-09-01 19:16:44.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.137 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.137 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@14f8bbf8)
2019-09-01 19:16:44.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.139 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.139 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRealm'
2019-09-01 19:16:44.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRealm)
2019-09-01 19:16:44.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Realm'
2019-09-01 19:16:44.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Realm)
2019-09-01 19:16:44.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:44.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:44.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.142 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.143 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:44.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:44.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
2019-09-01 19:16:44.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
2019-09-01 19:16:44.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.147 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@31af46ce)
2019-09-01 19:16:44.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.149 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.150 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4a3b2b0d)
2019-09-01 19:16:44.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.152 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.153 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeService'
2019-09-01 19:16:44.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeService)
2019-09-01 19:16:44.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Service'
2019-09-01 19:16:44.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Service)
2019-09-01 19:16:44.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.156 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:44.156 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:44.156 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.156 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.156 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.156 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:44.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:44.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
2019-09-01 19:16:44.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
2019-09-01 19:16:44.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.158 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@28e5fb53)
2019-09-01 19:16:44.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.160 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.160 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7913b2cc)
2019-09-01 19:16:44.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.162 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.162 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
2019-09-01 19:16:44.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
2019-09-01 19:16:44.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an existing Valve'
2019-09-01 19:16:44.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an existing Valve)
2019-09-01 19:16:44.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:44.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:44.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.164 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.164 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:44.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:44.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'MBean Name of the component to be removed'
2019-09-01 19:16:44.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=MBean Name of the component to be removed)
2019-09-01 19:16:44.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.166 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@32c11216)
2019-09-01 19:16:44.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.168 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.168 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@21b13400)
2019-09-01 19:16:44.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.170 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.170 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:44.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:44.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=MBeanFactory, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Factory for MBeans and corresponding components, type=org.apache.catalina.mbeans.MBeanFactory])
2019-09-01 19:16:44.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:44.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:44.173 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.173 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
2019-09-01 19:16:44.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
2019-09-01 19:16:44.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:44.174 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
2019-09-01 19:16:44.174 DEBUG 16688 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.21/225a44fe65e9832f896e09f343ce107d38f3ee1b/tomcat-embed-core-9.0.21.jar!/org/apache/catalina/authenticator/mbeans-descriptors.xml
2019-09-01 19:16:44.175 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@3d3ed159)
2019-09-01 19:16:44.175 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
2019-09-01 19:16:44.176 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
2019-09-01 19:16:44.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
2019-09-01 19:16:44.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:44.176 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.177 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:44.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:44.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:44.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'BasicAuthenticator'
2019-09-01 19:16:44.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=BasicAuthenticator)
2019-09-01 19:16:44.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of HTTP BASIC Authentication'
2019-09-01 19:16:44.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of HTTP BASIC Authentication)
2019-09-01 19:16:44.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:44.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:44.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-09-01 19:16:44.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-09-01 19:16:44.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.BasicAuthenticator'
2019-09-01 19:16:44.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.BasicAuthenticator)
2019-09-01 19:16:44.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.180 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.180 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alwaysUseSession'
2019-09-01 19:16:44.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alwaysUseSession)
2019-09-01 19:16:44.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a session always be used once a user is authenticated?'
2019-09-01 19:16:44.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a session always be used once a user is authenticated?)
2019-09-01 19:16:44.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.182 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@58ef56f1)
2019-09-01 19:16:44.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.184 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.184 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache'
2019-09-01 19:16:44.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache)
2019-09-01 19:16:44.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?'
2019-09-01 19:16:44.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?)
2019-09-01 19:16:44.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.186 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5fa249a6)
2019-09-01 19:16:44.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.188 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.189 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
2019-09-01 19:16:44.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
2019-09-01 19:16:44.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
2019-09-01 19:16:44.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
2019-09-01 19:16:44.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.191 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@14ddef12)
2019-09-01 19:16:44.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.192 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.193 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:44.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:44.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:44.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:44.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.195 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@73afcf6e)
2019-09-01 19:16:44.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.198 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.198 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.199 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.199 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.199 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
2019-09-01 19:16:44.199 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
2019-09-01 19:16:44.199 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-09-01 19:16:44.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-09-01 19:16:44.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.200 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@51d55734)
2019-09-01 19:16:44.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.203 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.203 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
2019-09-01 19:16:44.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
2019-09-01 19:16:44.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-09-01 19:16:44.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-09-01 19:16:44.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.205 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c77dbd1)
2019-09-01 19:16:44.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.208 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.208 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
2019-09-01 19:16:44.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
2019-09-01 19:16:44.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation'
2019-09-01 19:16:44.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation)
2019-09-01 19:16:44.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.210 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@67a91232)
2019-09-01 19:16:44.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.212 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.212 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
2019-09-01 19:16:44.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
2019-09-01 19:16:44.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation'
2019-09-01 19:16:44.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation)
2019-09-01 19:16:44.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.214 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6af06516)
2019-09-01 19:16:44.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.215 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.215 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
2019-09-01 19:16:44.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
2019-09-01 19:16:44.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation'
2019-09-01 19:16:44.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation)
2019-09-01 19:16:44.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.216 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@11e7f38b)
2019-09-01 19:16:44.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.218 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.218 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:44.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:44.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:44.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:44.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.221 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@336c0b35)
2019-09-01 19:16:44.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.223 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.223 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'trimCredentials'
2019-09-01 19:16:44.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=trimCredentials)
2019-09-01 19:16:44.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls whether leading and/or trailing whitespace is removed from the parsed credentials'
2019-09-01 19:16:44.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls whether leading and/or trailing whitespace is removed from the parsed credentials)
2019-09-01 19:16:44.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.225 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1cfbb7e8)
2019-09-01 19:16:44.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.227 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.227 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:44.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:44.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=BasicAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of HTTP BASIC Authentication, group=Valve, type=org.apache.catalina.authenticator.BasicAuthenticator])
2019-09-01 19:16:44.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:44.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:44.229 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.229 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:44.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:44.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:44.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'DigestAuthenticator'
2019-09-01 19:16:44.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=DigestAuthenticator)
2019-09-01 19:16:44.231 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of HTTP DIGEST Authentication'
2019-09-01 19:16:44.231 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of HTTP DIGEST Authentication)
2019-09-01 19:16:44.231 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:44.231 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:44.231 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-09-01 19:16:44.231 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-09-01 19:16:44.231 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.DigestAuthenticator'
2019-09-01 19:16:44.231 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.DigestAuthenticator)
2019-09-01 19:16:44.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.232 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.232 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alwaysUseSession'
2019-09-01 19:16:44.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alwaysUseSession)
2019-09-01 19:16:44.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a session always be used once a user is authenticated?'
2019-09-01 19:16:44.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a session always be used once a user is authenticated?)
2019-09-01 19:16:44.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.234 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@75caa9b4)
2019-09-01 19:16:44.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.236 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.236 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache'
2019-09-01 19:16:44.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache)
2019-09-01 19:16:44.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?'
2019-09-01 19:16:44.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?)
2019-09-01 19:16:44.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.238 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b9f772d)
2019-09-01 19:16:44.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.239 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.239 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
2019-09-01 19:16:44.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
2019-09-01 19:16:44.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
2019-09-01 19:16:44.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
2019-09-01 19:16:44.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.241 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@8f9eac8)
2019-09-01 19:16:44.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.243 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.243 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:44.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:44.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:44.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:44.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.245 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@49fc58c8)
2019-09-01 19:16:44.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.246 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.246 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cnonceCacheSize'
2019-09-01 19:16:44.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cnonceCacheSize)
2019-09-01 19:16:44.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The size of the cnonce cache used to prevent replay attacks'
2019-09-01 19:16:44.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The size of the cnonce cache used to prevent replay attacks)
2019-09-01 19:16:44.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:44.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:44.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.249 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.250 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.250 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.250 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@49ddeb53)
2019-09-01 19:16:44.250 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.251 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.252 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
2019-09-01 19:16:44.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
2019-09-01 19:16:44.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-09-01 19:16:44.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-09-01 19:16:44.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.253 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2524d40c)
2019-09-01 19:16:44.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.255 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.255 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.255 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.255 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.255 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.255 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.256 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.256 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.256 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.256 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'key'
2019-09-01 19:16:44.256 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=key)
2019-09-01 19:16:44.256 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secret key used by digest authentication'
2019-09-01 19:16:44.256 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secret key used by digest authentication)
2019-09-01 19:16:44.256 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.257 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1232ee6d)
2019-09-01 19:16:44.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.258 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.258 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'nonceValidity'
2019-09-01 19:16:44.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=nonceValidity)
2019-09-01 19:16:44.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The time, in milliseconds, for which a server issued nonce will be valid'
2019-09-01 19:16:44.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The time, in milliseconds, for which a server issued nonce will be valid)
2019-09-01 19:16:44.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:44.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:44.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.260 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3493180b)
2019-09-01 19:16:44.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.261 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.261 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.261 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.261 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.261 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'opaque'
2019-09-01 19:16:44.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=opaque)
2019-09-01 19:16:44.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The opaque server string used by digest authentication'
2019-09-01 19:16:44.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The opaque server string used by digest authentication)
2019-09-01 19:16:44.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.264 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@153fb434)
2019-09-01 19:16:44.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.265 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.265 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
2019-09-01 19:16:44.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
2019-09-01 19:16:44.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-09-01 19:16:44.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-09-01 19:16:44.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.266 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1638962b)
2019-09-01 19:16:44.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.269 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.269 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
2019-09-01 19:16:44.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
2019-09-01 19:16:44.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation'
2019-09-01 19:16:44.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation)
2019-09-01 19:16:44.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.273 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@13fc5307)
2019-09-01 19:16:44.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.275 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.275 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
2019-09-01 19:16:44.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
2019-09-01 19:16:44.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation'
2019-09-01 19:16:44.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation)
2019-09-01 19:16:44.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.276 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3f035233)
2019-09-01 19:16:44.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.278 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.278 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
2019-09-01 19:16:44.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
2019-09-01 19:16:44.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation'
2019-09-01 19:16:44.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation)
2019-09-01 19:16:44.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.282 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.282 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.282 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@57f5dff3)
2019-09-01 19:16:44.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.284 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.284 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:44.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:44.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:44.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:44.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.286 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5ae92e8)
2019-09-01 19:16:44.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.287 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.287 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validateUri'
2019-09-01 19:16:44.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validateUri)
2019-09-01 19:16:44.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the uri be validated as required by RFC2617?'
2019-09-01 19:16:44.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the uri be validated as required by RFC2617?)
2019-09-01 19:16:44.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.288 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@74bb8d31)
2019-09-01 19:16:44.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.289 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.289 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:44.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:44.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=DigestAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of HTTP DIGEST Authentication, group=Valve, type=org.apache.catalina.authenticator.DigestAuthenticator])
2019-09-01 19:16:44.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:44.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:44.291 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.291 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:44.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:44.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:44.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'FormAuthenticator'
2019-09-01 19:16:44.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=FormAuthenticator)
2019-09-01 19:16:44.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of FORM BASED Authentication'
2019-09-01 19:16:44.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of FORM BASED Authentication)
2019-09-01 19:16:44.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:44.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:44.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-09-01 19:16:44.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-09-01 19:16:44.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.FormAuthenticator'
2019-09-01 19:16:44.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.FormAuthenticator)
2019-09-01 19:16:44.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.293 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.293 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
2019-09-01 19:16:44.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
2019-09-01 19:16:44.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
2019-09-01 19:16:44.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
2019-09-01 19:16:44.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.295 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@510ccb5f)
2019-09-01 19:16:44.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.296 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.296 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'characterEncoding'
2019-09-01 19:16:44.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=characterEncoding)
2019-09-01 19:16:44.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character encoding to use to read the username and password parameters from the request'
2019-09-01 19:16:44.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character encoding to use to read the username and password parameters from the request)
2019-09-01 19:16:44.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.299 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@28ff9cca)
2019-09-01 19:16:44.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.300 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.300 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:44.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:44.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:44.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:44.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.303 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@593772ef)
2019-09-01 19:16:44.304 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.304 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.304 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.304 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.304 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.304 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.304 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
2019-09-01 19:16:44.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
2019-09-01 19:16:44.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-09-01 19:16:44.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-09-01 19:16:44.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.306 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@71cdbefd)
2019-09-01 19:16:44.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.308 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.308 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'landingPage'
2019-09-01 19:16:44.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=landingPage)
2019-09-01 19:16:44.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the behavior of the FORM authentication process if the process is misused, for example by directly requesting the login page or delaying logging in for so long that the session expires'
2019-09-01 19:16:44.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the behavior of the FORM authentication process if the process is misused, for example by directly requesting the login page or delaying logging in for so long that the session expires)
2019-09-01 19:16:44.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.309 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@462cc5a8)
2019-09-01 19:16:44.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.311 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.311 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
2019-09-01 19:16:44.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
2019-09-01 19:16:44.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-09-01 19:16:44.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-09-01 19:16:44.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.313 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@12e1186b)
2019-09-01 19:16:44.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.320 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.320 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
2019-09-01 19:16:44.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
2019-09-01 19:16:44.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation'
2019-09-01 19:16:44.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation)
2019-09-01 19:16:44.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.322 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7023a0d2)
2019-09-01 19:16:44.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.323 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.323 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
2019-09-01 19:16:44.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
2019-09-01 19:16:44.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation'
2019-09-01 19:16:44.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation)
2019-09-01 19:16:44.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.326 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c85d27d)
2019-09-01 19:16:44.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.343 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.343 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
2019-09-01 19:16:44.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
2019-09-01 19:16:44.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation'
2019-09-01 19:16:44.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation)
2019-09-01 19:16:44.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.345 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4ca45bc0)
2019-09-01 19:16:44.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.346 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.347 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:44.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:44.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:44.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:44.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.348 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@561c307f)
2019-09-01 19:16:44.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.350 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.350 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:44.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:44.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=FormAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of FORM BASED Authentication, group=Valve, type=org.apache.catalina.authenticator.FormAuthenticator])
2019-09-01 19:16:44.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:44.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:44.351 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.351 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:44.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:44.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:44.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'NonLoginAuthenticator'
2019-09-01 19:16:44.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=NonLoginAuthenticator)
2019-09-01 19:16:44.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation that checks only security constraints not involving user authentication'
2019-09-01 19:16:44.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation that checks only security constraints not involving user authentication)
2019-09-01 19:16:44.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:44.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:44.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-09-01 19:16:44.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-09-01 19:16:44.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.NonLoginAuthenticator'
2019-09-01 19:16:44.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.NonLoginAuthenticator)
2019-09-01 19:16:44.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.354 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.354 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache'
2019-09-01 19:16:44.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache)
2019-09-01 19:16:44.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?'
2019-09-01 19:16:44.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?)
2019-09-01 19:16:44.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.355 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3bd43f5e)
2019-09-01 19:16:44.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.357 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.357 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
2019-09-01 19:16:44.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
2019-09-01 19:16:44.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
2019-09-01 19:16:44.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
2019-09-01 19:16:44.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.358 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@79801463)
2019-09-01 19:16:44.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.360 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.360 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:44.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:44.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:44.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:44.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.363 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@17943ac8)
2019-09-01 19:16:44.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.366 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.367 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
2019-09-01 19:16:44.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
2019-09-01 19:16:44.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-09-01 19:16:44.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-09-01 19:16:44.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.369 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@203c6f8d)
2019-09-01 19:16:44.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.371 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.371 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
2019-09-01 19:16:44.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
2019-09-01 19:16:44.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-09-01 19:16:44.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-09-01 19:16:44.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.372 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3a888a1b)
2019-09-01 19:16:44.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.373 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.374 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:44.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:44.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:44.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:44.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.375 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@43d2b225)
2019-09-01 19:16:44.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.377 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.377 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:44.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:44.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=NonLoginAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation that checks only security constraints not involving user authentication, group=Valve, type=org.apache.catalina.authenticator.NonLoginAuthenticator])
2019-09-01 19:16:44.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:44.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:44.378 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.378 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:44.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:44.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:44.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'SingleSignOn'
2019-09-01 19:16:44.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=SingleSignOn)
2019-09-01 19:16:44.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'A Valve that supports a 'single signon' user experience'
2019-09-01 19:16:44.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=A Valve that supports a 'single signon' user experience)
2019-09-01 19:16:44.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:44.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:44.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-09-01 19:16:44.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-09-01 19:16:44.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.SingleSignOn'
2019-09-01 19:16:44.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.SingleSignOn)
2019-09-01 19:16:44.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.380 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.383 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:44.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:44.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:44.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:44.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.385 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@752692ed)
2019-09-01 19:16:44.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.387 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.387 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'requireReauthentication'
2019-09-01 19:16:44.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=requireReauthentication)
2019-09-01 19:16:44.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we attempt to reauthenticate each request against the security Realm?'
2019-09-01 19:16:44.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we attempt to reauthenticate each request against the security Realm?)
2019-09-01 19:16:44.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.389 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@36a5dbc3)
2019-09-01 19:16:44.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.390 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.390 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cookieDomain'
2019-09-01 19:16:44.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cookieDomain)
2019-09-01 19:16:44.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to '(Optional) Domain to be used by sso cookies'
2019-09-01 19:16:44.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=(Optional) Domain to be used by sso cookies)
2019-09-01 19:16:44.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.392 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4883475e)
2019-09-01 19:16:44.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.396 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.396 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:44.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:44.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:44.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:44.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.398 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1e9697f1)
2019-09-01 19:16:44.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.408 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.408 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:44.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:44.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=SingleSignOn, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=A Valve that supports a 'single signon' user experience, group=Valve, type=org.apache.catalina.authenticator.SingleSignOn])
2019-09-01 19:16:44.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:44.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:44.413 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.414 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:44.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:44.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:44.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'SSLAuthenticator'
2019-09-01 19:16:44.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=SSLAuthenticator)
2019-09-01 19:16:44.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users'
2019-09-01 19:16:44.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users)
2019-09-01 19:16:44.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:44.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:44.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-09-01 19:16:44.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-09-01 19:16:44.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.authenticator.SSLAuthenticator'
2019-09-01 19:16:44.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.authenticator.SSLAuthenticator)
2019-09-01 19:16:44.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.417 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.417 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cache'
2019-09-01 19:16:44.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cache)
2019-09-01 19:16:44.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we cache authenticated Principals if the request is part of an HTTP session?'
2019-09-01 19:16:44.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we cache authenticated Principals if the request is part of an HTTP session?)
2019-09-01 19:16:44.418 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'propertySourcesPlaceholderConfigurer'
2019-09-01 19:16:44.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.419 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5f66df34)
2019-09-01 19:16:44.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.421 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.422 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'changeSessionIdOnAuthentication'
2019-09-01 19:16:44.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=changeSessionIdOnAuthentication)
2019-09-01 19:16:44.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls if the session ID is changed if a session exists at the point where users are authenticated'
2019-09-01 19:16:44.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls if the session ID is changed if a session exists at the point where users are authenticated)
2019-09-01 19:16:44.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.424 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@47856cd8)
2019-09-01 19:16:44.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.426 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.426 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:44.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:44.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:44.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:44.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.428 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@156e7ac1)
2019-09-01 19:16:44.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.430 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.430 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'disableProxyCaching'
2019-09-01 19:16:44.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=disableProxyCaching)
2019-09-01 19:16:44.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-09-01 19:16:44.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-09-01 19:16:44.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.433 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.test.mock.mockito.MockitoPostProcessor'
2019-09-01 19:16:44.433 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3fed5e82)
2019-09-01 19:16:44.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.437 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.438 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'securePagesWithPragma'
2019-09-01 19:16:44.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=securePagesWithPragma)
2019-09-01 19:16:44.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Controls the caching of pages that are protected by security constraints'
2019-09-01 19:16:44.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Controls the caching of pages that are protected by security constraints)
2019-09-01 19:16:44.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.441 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@561bb934)
2019-09-01 19:16:44.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.443 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.443 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
2019-09-01 19:16:44.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
2019-09-01 19:16:44.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the algorithm to use for SSO session ID generation'
2019-09-01 19:16:44.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the algorithm to use for SSO session ID generation)
2019-09-01 19:16:44.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.445 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3a14fc83)
2019-09-01 19:16:44.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.446 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.447 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.447 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.447 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.447 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.447 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.448 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
2019-09-01 19:16:44.448 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
2019-09-01 19:16:44.448 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the class to use for SSO session ID generation'
2019-09-01 19:16:44.448 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the class to use for SSO session ID generation)
2019-09-01 19:16:44.448 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.448 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.448 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.449 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.449 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.449 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.449 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.449 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.449 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.449 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.449 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5c4a2172)
2019-09-01 19:16:44.450 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.450 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.450 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.450 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.450 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.451 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.451 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.451 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.451 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.451 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.451 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
2019-09-01 19:16:44.452 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
2019-09-01 19:16:44.452 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the provider to use for SSO session ID generation'
2019-09-01 19:16:44.452 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the provider to use for SSO session ID generation)
2019-09-01 19:16:44.452 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.452 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.453 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.453 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@9067d37)
2019-09-01 19:16:44.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.456 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.456 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:44.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:44.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:44.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:44.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.458 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@25fb73a)
2019-09-01 19:16:44.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.460 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.460 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:44.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:44.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=SSLAuthenticator, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users, group=Valve, type=org.apache.catalina.authenticator.SSLAuthenticator])
2019-09-01 19:16:44.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:44.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:44.463 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.464 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
2019-09-01 19:16:44.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
2019-09-01 19:16:44.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:44.464 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
2019-09-01 19:16:44.464 DEBUG 16688 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.21/225a44fe65e9832f896e09f343ce107d38f3ee1b/tomcat-embed-core-9.0.21.jar!/org/apache/catalina/core/mbeans-descriptors.xml
2019-09-01 19:16:44.465 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@12fe5023)
2019-09-01 19:16:44.465 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
2019-09-01 19:16:44.466 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
2019-09-01 19:16:44.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
2019-09-01 19:16:44.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:44.467 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.467 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:44.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:44.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:44.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ApplicationFilterConfig'
2019-09-01 19:16:44.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ApplicationFilterConfig)
2019-09-01 19:16:44.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Wrapper that represents an individual servlet-filter definition'
2019-09-01 19:16:44.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Wrapper that represents an individual servlet-filter definition)
2019-09-01 19:16:44.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:44.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:44.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Filter'
2019-09-01 19:16:44.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Filter)
2019-09-01 19:16:44.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.ApplicationFilterConfig'
2019-09-01 19:16:44.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.ApplicationFilterConfig)
2019-09-01 19:16:44.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.469 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.469 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'filterName'
2019-09-01 19:16:44.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=filterName)
2019-09-01 19:16:44.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name used to reference the filter in web.xml'
2019-09-01 19:16:44.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name used to reference the filter in web.xml)
2019-09-01 19:16:44.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.471 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@282b688e)
2019-09-01 19:16:44.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.473 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.473 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'filterClass'
2019-09-01 19:16:44.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=filterClass)
2019-09-01 19:16:44.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the filter object'
2019-09-01 19:16:44.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the filter object)
2019-09-01 19:16:44.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.476 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@57b2fcd6)
2019-09-01 19:16:44.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.478 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.479 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'filterInitParameterMap'
2019-09-01 19:16:44.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=filterInitParameterMap)
2019-09-01 19:16:44.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Return the initialization parameters associated with this filter'
2019-09-01 19:16:44.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Return the initialization parameters associated with this filter)
2019-09-01 19:16:44.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.util.Map'
2019-09-01 19:16:44.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.util.Map)
2019-09-01 19:16:44.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.481 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5d92cf35)
2019-09-01 19:16:44.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.483 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.484 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:44.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:44.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ApplicationFilterConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Wrapper that represents an individual servlet-filter definition, group=Filter, type=org.apache.catalina.core.ApplicationFilterConfig])
2019-09-01 19:16:44.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:44.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:44.488 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.488 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:44.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:44.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:44.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'NamingContextListener'
2019-09-01 19:16:44.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=NamingContextListener)
2019-09-01 19:16:44.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Helper class used to initialize and populate the JNDI context associated with each context and server'
2019-09-01 19:16:44.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Helper class used to initialize and populate the JNDI context associated with each context and server)
2019-09-01 19:16:44.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:44.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:44.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener'
2019-09-01 19:16:44.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener)
2019-09-01 19:16:44.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.NamingContextListener'
2019-09-01 19:16:44.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.NamingContextListener)
2019-09-01 19:16:44.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.498 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.498 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:44.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:44.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:44.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:44.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.503 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerProcessor'
2019-09-01 19:16:44.505 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationBeanFactoryMetadata'
2019-09-01 19:16:44.506 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'preserveErrorControllerTargetClassPostProcessor'
2019-09-01 19:16:44.508 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.event.internalEventListenerFactory'
2019-09-01 19:16:44.510 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4e1183cb)
2019-09-01 19:16:44.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.511 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.511 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-09-01 19:16:44.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-09-01 19:16:44.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the associated naming context'
2019-09-01 19:16:44.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the associated naming context)
2019-09-01 19:16:44.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.513 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@e059293)
2019-09-01 19:16:44.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.514 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.514 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:44.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:44.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=NamingContextListener, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Helper class used to initialize and populate the JNDI context associated with each context and server, group=Listener, type=org.apache.catalina.core.NamingContextListener])
2019-09-01 19:16:44.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:44.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:44.516 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.516 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:44.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:44.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:44.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:44.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardContext'
2019-09-01 19:16:44.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardContext)
2019-09-01 19:16:44.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Context Component'
2019-09-01 19:16:44.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Context Component)
2019-09-01 19:16:44.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:44.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:44.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Context'
2019-09-01 19:16:44.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Context)
2019-09-01 19:16:44.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardContext'
2019-09-01 19:16:44.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardContext)
2019-09-01 19:16:44.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextMBean'
2019-09-01 19:16:44.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextMBean)
2019-09-01 19:16:44.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:44.518 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.518 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'altDDName'
2019-09-01 19:16:44.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=altDDName)
2019-09-01 19:16:44.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The alternate deployment descriptor name.'
2019-09-01 19:16:44.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The alternate deployment descriptor name.)
2019-09-01 19:16:44.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.519 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.test.mock.mockito.MockitoPostProcessor$SpyPostProcessor'
2019-09-01 19:16:44.522 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@45a51f01)
2019-09-01 19:16:44.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.523 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor'
2019-09-01 19:16:44.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.523 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.523 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'antiResourceLocking'
2019-09-01 19:16:44.524 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.context.annotation.internalCommonAnnotationProcessor'
2019-09-01 19:16:44.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=antiResourceLocking)
2019-09-01 19:16:44.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Take care to not lock resources'
2019-09-01 19:16:44.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Take care to not lock resources)
2019-09-01 19:16:44.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.525 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@17e506da)
2019-09-01 19:16:44.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.526 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.526 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'baseName'
2019-09-01 19:16:44.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=baseName)
2019-09-01 19:16:44.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).'
2019-09-01 19:16:44.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base name used for directories, WAR files (with .war appended) and context.xml files (with .xml appended).)
2019-09-01 19:16:44.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.528 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.528 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor'
2019-09-01 19:16:44.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5528c036)
2019-09-01 19:16:44.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.529 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.529 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'children'
2019-09-01 19:16:44.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=children)
2019-09-01 19:16:44.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object names of all children'
2019-09-01 19:16:44.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object names of all children)
2019-09-01 19:16:44.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
2019-09-01 19:16:44.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
2019-09-01 19:16:44.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.533 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.533 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'methodValidationPostProcessor'
2019-09-01 19:16:44.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@779b510a)
2019-09-01 19:16:44.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.538 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.539 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clearReferencesRmiTargets'
2019-09-01 19:16:44.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clearReferencesRmiTargets)
2019-09-01 19:16:44.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat look for memory leaks in RMI Targets and clear them if found as a work around for application coding errors?'
2019-09-01 19:16:44.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat look for memory leaks in RMI Targets and clear them if found as a work around for application coding errors?)
2019-09-01 19:16:44.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.540 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1aab15ef)
2019-09-01 19:16:44.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.542 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.542 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clearReferencesStopThreads'
2019-09-01 19:16:44.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clearReferencesStopThreads)
2019-09-01 19:16:44.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.'
2019-09-01 19:16:44.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat attempt to terminate threads that have been started by the web application? Advisable to be used only in a development environment.)
2019-09-01 19:16:44.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.543 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@25c713b6)
2019-09-01 19:16:44.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.545 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.545 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clearReferencesStopTimerThreads'
2019-09-01 19:16:44.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clearReferencesStopTimerThreads)
2019-09-01 19:16:44.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.'
2019-09-01 19:16:44.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat attempt to terminate TimerThreads that have been started by the web application? Advisable to be used only in a development environment.)
2019-09-01 19:16:44.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.547 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@36fd5e48)
2019-09-01 19:16:44.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.549 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.549 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clearReferencesThreadLocals'
2019-09-01 19:16:44.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clearReferencesThreadLocals)
2019-09-01 19:16:44.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat attempt to clear ThreadLocal variables that have been populated with classes loaded by the web application?'
2019-09-01 19:16:44.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat attempt to clear ThreadLocal variables that have been populated with classes loaded by the web application?)
2019-09-01 19:16:44.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.551 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1b435a9c)
2019-09-01 19:16:44.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.552 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.554 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configFile'
2019-09-01 19:16:44.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configFile)
2019-09-01 19:16:44.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Location of the context.xml resource or file'
2019-09-01 19:16:44.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Location of the context.xml resource or file)
2019-09-01 19:16:44.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.net.URL'
2019-09-01 19:16:44.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.net.URL)
2019-09-01 19:16:44.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.556 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@59053076)
2019-09-01 19:16:44.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.558 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.558 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configured'
2019-09-01 19:16:44.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configured)
2019-09-01 19:16:44.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The correctly configured flag for this Context.'
2019-09-01 19:16:44.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The correctly configured flag for this Context.)
2019-09-01 19:16:44.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.561 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@44c2c243)
2019-09-01 19:16:44.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.562 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.562 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cookies'
2019-09-01 19:16:44.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cookies)
2019-09-01 19:16:44.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we attempt to use cookies for session id communication?'
2019-09-01 19:16:44.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we attempt to use cookies for session id communication?)
2019-09-01 19:16:44.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.564 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1891cb8d)
2019-09-01 19:16:44.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.566 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.566 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'crossContext'
2019-09-01 19:16:44.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=crossContext)
2019-09-01 19:16:44.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?'
2019-09-01 19:16:44.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we allow the ServletContext.getContext() method to access the context of other web applications in this server?)
2019-09-01 19:16:44.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.567 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1907f5b9)
2019-09-01 19:16:44.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.569 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.569 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultContextXml'
2019-09-01 19:16:44.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultContextXml)
2019-09-01 19:16:44.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Location of the default context.xml resource or file'
2019-09-01 19:16:44.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Location of the default context.xml resource or file)
2019-09-01 19:16:44.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.571 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@69f1e06f)
2019-09-01 19:16:44.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.573 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.573 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultWebXml'
2019-09-01 19:16:44.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultWebXml)
2019-09-01 19:16:44.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Location of the default web.xml resource or file'
2019-09-01 19:16:44.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Location of the default web.xml resource or file)
2019-09-01 19:16:44.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.575 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3bf3f7c8)
2019-09-01 19:16:44.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.576 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.577 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate'
2019-09-01 19:16:44.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate)
2019-09-01 19:16:44.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to ''
2019-09-01 19:16:44.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=)
2019-09-01 19:16:44.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.579 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2d289e98)
2019-09-01 19:16:44.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.581 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.581 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.595 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.595 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.595 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.595 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.596 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'displayName'
2019-09-01 19:16:44.597 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=displayName)
2019-09-01 19:16:44.598 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The display name of this web application'
2019-09-01 19:16:44.598 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The display name of this web application)
2019-09-01 19:16:44.598 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.598 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.599 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.599 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.599 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.599 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.599 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.600 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.600 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.600 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.600 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@b240cb9)
2019-09-01 19:16:44.601 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.601 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.601 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.601 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.601 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.602 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.602 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.602 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.602 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.603 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'methodValidationPostProcessor' via factory method to bean named 'environment'
2019-09-01 19:16:44.603 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.603 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'distributable'
2019-09-01 19:16:44.603 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=distributable)
2019-09-01 19:16:44.604 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The distributable flag for this web application.'
2019-09-01 19:16:44.604 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The distributable flag for this web application.)
2019-09-01 19:16:44.604 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.604 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.604 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.604 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.604 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6db0772a)
2019-09-01 19:16:44.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.606 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.606 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.606 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.606 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.606 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.606 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.606 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'docBase'
2019-09-01 19:16:44.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=docBase)
2019-09-01 19:16:44.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The document root for this web application'
2019-09-01 19:16:44.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The document root for this web application)
2019-09-01 19:16:44.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.608 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.608 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.608 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.608 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.608 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.608 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.608 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.608 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@495990e3)
2019-09-01 19:16:44.609 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.609 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.609 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.609 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.609 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.609 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.609 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.609 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'encodedPath'
2019-09-01 19:16:44.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=encodedPath)
2019-09-01 19:16:44.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The encoded path'
2019-09-01 19:16:44.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The encoded path)
2019-09-01 19:16:44.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.611 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.611 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.612 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.612 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.612 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.612 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.612 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@20ec1b0e)
2019-09-01 19:16:44.614 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.614 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.614 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.614 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.614 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.615 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.615 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.615 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.615 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.616 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.616 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ignoreAnnotations'
2019-09-01 19:16:44.616 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ignoreAnnotations)
2019-09-01 19:16:44.616 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Ignore annotations flag.'
2019-09-01 19:16:44.616 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Ignore annotations flag.)
2019-09-01 19:16:44.616 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.616 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.616 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.617 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.618 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@b069a6e)
2019-09-01 19:16:44.618 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.618 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.618 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.618 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.618 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.618 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.618 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.619 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.619 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.619 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.620 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'instanceManager'
2019-09-01 19:16:44.620 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=instanceManager)
2019-09-01 19:16:44.620 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestroy handling'
2019-09-01 19:16:44.620 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object that creates and destroys servlets, filters, and listeners. Include dependency injection and postConstruct/preDestroy handling)
2019-09-01 19:16:44.620 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.tomcat.InstanceManager'
2019-09-01 19:16:44.621 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.tomcat.InstanceManager)
2019-09-01 19:16:44.621 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.621 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.621 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.621 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.621 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.621 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6561a503)
2019-09-01 19:16:44.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.623 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.623 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.624 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.624 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'javaVMs'
2019-09-01 19:16:44.624 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=javaVMs)
2019-09-01 19:16:44.624 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java virtual machines on which this module is running'
2019-09-01 19:16:44.624 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java virtual machines on which this module is running)
2019-09-01 19:16:44.625 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-09-01 19:16:44.625 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-09-01 19:16:44.625 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.625 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.625 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.625 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.629 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.629 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.629 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.629 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.630 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@603aefc4)
2019-09-01 19:16:44.630 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.630 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.630 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.630 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.631 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.631 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.631 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.631 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.631 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.631 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.632 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loader'
2019-09-01 19:16:44.632 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loader)
2019-09-01 19:16:44.632 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated loader.'
2019-09-01 19:16:44.632 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated loader.)
2019-09-01 19:16:44.632 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Loader'
2019-09-01 19:16:44.632 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Loader)
2019-09-01 19:16:44.633 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.633 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.633 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.633 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.633 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.633 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.633 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.633 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.634 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@204ebca6)
2019-09-01 19:16:44.634 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.634 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.634 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.634 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.634 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.634 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'logEffectiveWebXml'
2019-09-01 19:16:44.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=logEffectiveWebXml)
2019-09-01 19:16:44.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the effective web.xml be logged when the context starts?'
2019-09-01 19:16:44.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the effective web.xml be logged when the context starts?)
2019-09-01 19:16:44.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.636 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.636 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.636 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.636 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.636 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.636 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.637 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.637 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.637 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.637 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1f24872b)
2019-09-01 19:16:44.637 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.637 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.638 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.638 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.638 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.638 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.639 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.639 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.639 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.639 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.639 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'logger'
2019-09-01 19:16:44.639 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=logger)
2019-09-01 19:16:44.639 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated logger.'
2019-09-01 19:16:44.640 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated logger.)
2019-09-01 19:16:44.640 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.juli.logging.Log'
2019-09-01 19:16:44.640 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.juli.logging.Log)
2019-09-01 19:16:44.640 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.640 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.640 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.640 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.640 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.640 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.641 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.641 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.641 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@77856071)
2019-09-01 19:16:44.641 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.641 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.641 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.641 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.642 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.642 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.642 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.642 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.642 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.643 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.643 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
2019-09-01 19:16:44.643 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
2019-09-01 19:16:44.643 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
2019-09-01 19:16:44.643 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
2019-09-01 19:16:44.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
2019-09-01 19:16:44.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
2019-09-01 19:16:44.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.644 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.645 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.645 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.645 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'webServerFactoryCustomizerBeanPostProcessor'
2019-09-01 19:16:44.645 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.645 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4076e58a)
2019-09-01 19:16:44.646 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.646 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.646 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.646 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.646 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.647 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.647 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.647 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.647 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.647 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.648 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'manager'
2019-09-01 19:16:44.648 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=manager)
2019-09-01 19:16:44.648 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated manager.'
2019-09-01 19:16:44.648 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated manager.)
2019-09-01 19:16:44.648 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Manager'
2019-09-01 19:16:44.649 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Manager)
2019-09-01 19:16:44.649 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.649 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.649 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.649 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.650 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.650 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.650 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.650 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.650 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1588daae)
2019-09-01 19:16:44.651 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.651 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.651 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.651 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.651 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.652 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.652 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.652 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.652 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.652 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.652 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'mapperContextRootRedirectEnabled'
2019-09-01 19:16:44.653 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=mapperContextRootRedirectEnabled)
2019-09-01 19:16:44.653 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the Mapper be used for context root redirects'
2019-09-01 19:16:44.653 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the Mapper be used for context root redirects)
2019-09-01 19:16:44.653 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.653 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.654 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.654 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageRegistrarBeanPostProcessor'
2019-09-01 19:16:44.654 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.654 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.654 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.655 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.655 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.656 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.656 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.656 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e2e0aeb)
2019-09-01 19:16:44.656 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.657 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.657 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.657 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.657 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.657 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.657 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.658 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.658 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.658 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.658 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'mapperDirectoryRedirectEnabled'
2019-09-01 19:16:44.658 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=mapperDirectoryRedirectEnabled)
2019-09-01 19:16:44.658 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the Mapper be used for directory redirects'
2019-09-01 19:16:44.659 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the Mapper be used for directory redirects)
2019-09-01 19:16:44.659 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.659 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.659 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.659 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.660 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.660 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.660 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.660 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.660 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.661 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.661 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@72f461b7)
2019-09-01 19:16:44.661 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.661 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.661 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.662 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.662 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.662 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.662 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.663 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.663 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.663 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.663 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'namingContextListener'
2019-09-01 19:16:44.663 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=namingContextListener)
2019-09-01 19:16:44.663 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated naming context listener.'
2019-09-01 19:16:44.664 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated naming context listener.)
2019-09-01 19:16:44.664 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.core.NamingContextListener'
2019-09-01 19:16:44.664 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.core.NamingContextListener)
2019-09-01 19:16:44.664 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.664 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.664 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.664 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5d980d6)
2019-09-01 19:16:44.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.666 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.666 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.666 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.666 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.666 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.667 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.667 DEBUG 16688 --- [ Test worker] o.s.u.c.s.UiApplicationContextUtils : Unable to locate ThemeSource with name 'themeSource': using default [org.springframework.ui.context.support.ResourceBundleThemeSource@6d05024f]
2019-09-01 19:16:44.667 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.667 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.667 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'objectName'
2019-09-01 19:16:44.667 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=objectName)
2019-09-01 19:16:44.667 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the object'
2019-09-01 19:16:44.668 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the object)
2019-09-01 19:16:44.668 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.668 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.668 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.668 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.668 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.668 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.668 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.669 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.669 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.669 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.669 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.669 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.669 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@56577769)
2019-09-01 19:16:44.669 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.669 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.670 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.670 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.670 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.670 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.670 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'application'
2019-09-01 19:16:44.670 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.671 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.671 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.671 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.671 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'originalDocBase'
2019-09-01 19:16:44.671 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=originalDocBase)
2019-09-01 19:16:44.671 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The original document root for this web application'
2019-09-01 19:16:44.672 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The original document root for this web application)
2019-09-01 19:16:44.672 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.672 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.672 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.672 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.672 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.672 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.672 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@870461a)
2019-09-01 19:16:44.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.674 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.674 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.674 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.674 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.674 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.674 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.674 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'override'
2019-09-01 19:16:44.674 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=override)
2019-09-01 19:16:44.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The default context.xml override flag for this web application'
2019-09-01 19:16:44.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The default context.xml override flag for this web application)
2019-09-01 19:16:44.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.675 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5958777a)
2019-09-01 19:16:44.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.677 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.677 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.677 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.678 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.679 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.679 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.679 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.679 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.680 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-09-01 19:16:44.680 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-09-01 19:16:44.680 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this Context'
2019-09-01 19:16:44.680 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this Context)
2019-09-01 19:16:44.680 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.680 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.681 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.681 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.681 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.681 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.681 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.681 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.682 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.682 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.682 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@104e93b7)
2019-09-01 19:16:44.682 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.682 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.682 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.682 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.683 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.683 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.683 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.683 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.683 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.683 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.684 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'parentClassLoader'
2019-09-01 19:16:44.684 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=parentClassLoader)
2019-09-01 19:16:44.684 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Parent class loader.'
2019-09-01 19:16:44.684 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Parent class loader.)
2019-09-01 19:16:44.684 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.ClassLoader'
2019-09-01 19:16:44.684 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.ClassLoader)
2019-09-01 19:16:44.684 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.685 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.685 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.685 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.685 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.685 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.685 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.685 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.685 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7dcf52e8)
2019-09-01 19:16:44.686 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.686 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.686 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.686 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.686 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.687 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.687 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.687 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.687 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.688 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.688 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'path'
2019-09-01 19:16:44.688 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=path)
2019-09-01 19:16:44.688 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The context path for this Context'
2019-09-01 19:16:44.689 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The context path for this Context)
2019-09-01 19:16:44.689 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.689 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.689 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.689 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.690 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.690 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.690 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.690 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.690 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.690 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.691 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@77859bdd)
2019-09-01 19:16:44.691 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.691 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.691 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.691 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.692 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.692 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.693 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.693 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.693 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.693 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.694 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'paused'
2019-09-01 19:16:44.694 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=paused)
2019-09-01 19:16:44.694 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'fileUploadController'
2019-09-01 19:16:44.694 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The request processing pause flag (while reloading occurs)'
2019-09-01 19:16:44.694 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The request processing pause flag (while reloading occurs))
2019-09-01 19:16:44.694 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.695 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6dfcc1f0)
2019-09-01 19:16:44.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.697 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.697 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.697 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.697 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.697 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.697 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.697 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'privileged'
2019-09-01 19:16:44.697 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=privileged)
2019-09-01 19:16:44.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Access to tomcat internals'
2019-09-01 19:16:44.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Access to tomcat internals)
2019-09-01 19:16:44.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.698 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.699 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.699 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.699 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.699 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@9cb34d3)
2019-09-01 19:16:44.699 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.699 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.699 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.699 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.700 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.700 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.700 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.700 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.700 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.700 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.700 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime'
2019-09-01 19:16:44.700 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime)
2019-09-01 19:16:44.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Cumulative execution times of all servlets in this context'
2019-09-01 19:16:44.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Cumulative execution times of all servlets in this context)
2019-09-01 19:16:44.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:44.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:44.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.701 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@e146f10)
2019-09-01 19:16:44.703 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.703 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.703 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.703 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.703 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.703 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.703 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.704 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.704 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.704 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.704 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxTime'
2019-09-01 19:16:44.704 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxTime)
2019-09-01 19:16:44.705 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum execution time of all servlets in this context'
2019-09-01 19:16:44.705 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum execution time of all servlets in this context)
2019-09-01 19:16:44.705 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:44.705 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:44.705 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.705 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.705 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.705 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.705 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5594467c)
2019-09-01 19:16:44.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.707 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.707 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.707 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.707 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.707 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.707 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.707 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minTime'
2019-09-01 19:16:44.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minTime)
2019-09-01 19:16:44.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Minimum execution time of all servlets in this context'
2019-09-01 19:16:44.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Minimum execution time of all servlets in this context)
2019-09-01 19:16:44.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:44.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:44.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.709 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.709 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'fileSystemStorageService'
2019-09-01 19:16:44.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5eecee7f)
2019-09-01 19:16:44.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.710 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.710 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.711 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.711 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'requestCount'
2019-09-01 19:16:44.711 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=requestCount)
2019-09-01 19:16:44.711 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Cumulative request count of all servlets in this context'
2019-09-01 19:16:44.713 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Cumulative request count of all servlets in this context)
2019-09-01 19:16:44.713 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:44.713 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'storage-hello.storage.StorageProperties'
2019-09-01 19:16:44.713 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:44.714 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.714 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.714 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.714 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.714 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.715 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.715 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.715 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.715 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@e5124dd)
2019-09-01 19:16:44.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.717 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.717 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.717 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.717 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'errorCount'
2019-09-01 19:16:44.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=errorCount)
2019-09-01 19:16:44.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Cumulative error count of all servlets in this context'
2019-09-01 19:16:44.719 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Cumulative error count of all servlets in this context)
2019-09-01 19:16:44.719 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:44.719 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:44.719 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.719 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.719 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.720 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2390b6e8)
2019-09-01 19:16:44.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.722 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.722 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'publicId'
2019-09-01 19:16:44.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=publicId)
2019-09-01 19:16:44.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The public identifier of the DTD for the web application deployment descriptor version that is being parsed'
2019-09-01 19:16:44.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The public identifier of the DTD for the web application deployment descriptor version that is being parsed)
2019-09-01 19:16:44.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.724 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5440b340)
2019-09-01 19:16:44.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.725 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.726 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realm'
2019-09-01 19:16:44.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realm)
2019-09-01 19:16:44.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated realm.'
2019-09-01 19:16:44.727 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated realm.)
2019-09-01 19:16:44.727 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Realm'
2019-09-01 19:16:44.727 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Realm)
2019-09-01 19:16:44.727 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.727 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.727 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.727 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.727 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.727 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.728 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.728 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.728 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6de630a1)
2019-09-01 19:16:44.728 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.728 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.728 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.728 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.728 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.729 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.729 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.729 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.729 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.729 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.729 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'reloadable'
2019-09-01 19:16:44.729 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=reloadable)
2019-09-01 19:16:44.729 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The reloadable flag for this web application'
2019-09-01 19:16:44.730 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The reloadable flag for this web application)
2019-09-01 19:16:44.730 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.730 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.730 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.730 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.730 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.730 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.730 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.730 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6a96860c)
2019-09-01 19:16:44.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.731 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.732 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'renewThreadsWhenStoppingContext'
2019-09-01 19:16:44.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=renewThreadsWhenStoppingContext)
2019-09-01 19:16:44.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.'
2019-09-01 19:16:44.733 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should Tomcat renew the threads of the thread pool when the application is stopped to avoid memory leaks because of uncleaned ThreadLocal variables.)
2019-09-01 19:16:44.733 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.733 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.733 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.733 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.733 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.733 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.738 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.745 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'fileSystemStorageService' via constructor to bean named 'storage-hello.storage.StorageProperties'
2019-09-01 19:16:44.748 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.748 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.748 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.748 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4c175a40)
2019-09-01 19:16:44.748 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.748 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.749 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.749 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.749 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.749 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.749 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.749 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.749 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.749 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'server'
2019-09-01 19:16:44.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=server)
2019-09-01 19:16:44.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The J2EE Server this module is deployed on'
2019-09-01 19:16:44.750 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'fileUploadController' via constructor to bean named 'fileSystemStorageService'
2019-09-01 19:16:44.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The J2EE Server this module is deployed on)
2019-09-01 19:16:44.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.750 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1d9c2a31)
2019-09-01 19:16:44.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.752 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.752 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCookieName'
2019-09-01 19:16:44.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCookieName)
2019-09-01 19:16:44.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name to use for session cookies.'null' indicates that the name is controlled by the application.'
2019-09-01 19:16:44.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name to use for session cookies.'null' indicates that the name is controlled by the application.)
2019-09-01 19:16:44.753 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'greetingController'
2019-09-01 19:16:44.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.754 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@41a3621b)
2019-09-01 19:16:44.755 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.755 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.755 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.765 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'greetingService'
2019-09-01 19:16:44.768 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'greetingWIthServiceController'
2019-09-01 19:16:44.755 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.770 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.770 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCookieDomain'
2019-09-01 19:16:44.772 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCookieDomain)
2019-09-01 19:16:44.772 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The domain to use for session cookies.'null' indicates that the domain is controlled by the application.'
2019-09-01 19:16:44.772 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The domain to use for session cookies.'null' indicates that the domain is controlled by the application.)
2019-09-01 19:16:44.772 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.772 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.772 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.773 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.773 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'greetingWIthServiceController' via constructor to bean named 'greetingService'
2019-09-01 19:16:44.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.774 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.774 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.774 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1fdb3ac5)
2019-09-01 19:16:44.774 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.774 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.774 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.775 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.775 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.775 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.775 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.775 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.775 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.775 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.776 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCookiePath'
2019-09-01 19:16:44.776 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCookiePath)
2019-09-01 19:16:44.776 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'init'
2019-09-01 19:16:44.776 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The path to use for session cookies.'null' indicates that the path is controlled by the application.'
2019-09-01 19:16:44.776 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The path to use for session cookies.'null' indicates that the path is controlled by the application.)
2019-09-01 19:16:44.776 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.776 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'init' via factory method to bean named 'fileSystemStorageService'
2019-09-01 19:16:44.776 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.777 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6968a624)
2019-09-01 19:16:44.778 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.778 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.778 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.779 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.779 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.779 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.779 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.780 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.781 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.781 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.781 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionTimeout'
2019-09-01 19:16:44.781 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionTimeout)
2019-09-01 19:16:44.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The session timeout (in minutes) for this web application'
2019-09-01 19:16:44.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The session timeout (in minutes) for this web application)
2019-09-01 19:16:44.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:44.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:44.784 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.784 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.785 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.785 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.785 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.785 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.785 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.786 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.787 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@15d9c49a)
2019-09-01 19:16:44.787 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.788 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.788 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.788 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.788 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.788 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.789 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.789 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.789 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.789 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.790 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startTime'
2019-09-01 19:16:44.790 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startTime)
2019-09-01 19:16:44.790 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started'
2019-09-01 19:16:44.790 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time (in milliseconds since January 1, 1970, 00:00:00) when this context was started)
2019-09-01 19:16:44.790 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:44.791 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:44.791 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.791 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.791 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.792 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.793 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.794 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4fb0cf80)
2019-09-01 19:16:44.795 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.796 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.796 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.796 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.796 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.797 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.797 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.797 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.797 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.797 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.798 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startupTime'
2019-09-01 19:16:44.798 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startupTime)
2019-09-01 19:16:44.798 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time (in milliseconds) it took to start this context'
2019-09-01 19:16:44.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time (in milliseconds) it took to start this context)
2019-09-01 19:16:44.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:44.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:44.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.799 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@97bc9a1)
2019-09-01 19:16:44.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.801 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.801 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.802 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.802 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:44.802 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:44.802 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:44.802 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:44.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.804 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.804 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.804 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.804 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.804 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.805 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.805 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.805 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@250e172c)
2019-09-01 19:16:44.805 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.806 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.806 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.806 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.806 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.806 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.807 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.807 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.807 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.807 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.807 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'swallowOutput'
2019-09-01 19:16:44.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=swallowOutput)
2019-09-01 19:16:44.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet'
2019-09-01 19:16:44.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to set to cause the system.out and system.err to be redirected to the logger when executing a servlet)
2019-09-01 19:16:44.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.810 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.AutoConfigurationPackages'
2019-09-01 19:16:44.813 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.813 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.813 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.814 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.814 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.815 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration'
2019-09-01 19:16:44.815 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.816 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.816 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.816 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7e28fa03)
2019-09-01 19:16:44.819 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.820 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.820 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.820 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.821 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.822 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.822 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.822 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.822 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.822 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration$TomcatWebSocketConfiguration'
2019-09-01 19:16:44.823 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.823 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tldScanTime'
2019-09-01 19:16:44.823 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tldScanTime)
2019-09-01 19:16:44.823 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time spend scanning jars for TLDs for this context'
2019-09-01 19:16:44.823 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time spend scanning jars for TLDs for this context)
2019-09-01 19:16:44.824 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:44.824 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:44.824 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.826 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.826 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.826 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.826 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.827 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.827 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.827 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.828 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37ade689)
2019-09-01 19:16:44.828 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.828 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.828 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.829 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.829 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.830 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.830 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.830 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'websocketServletWebServerCustomizer'
2019-09-01 19:16:44.830 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tldValidation'
2019-09-01 19:16:44.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tldValidation)
2019-09-01 19:16:44.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the parsing of *.tld files be performed by a validating parser?'
2019-09-01 19:16:44.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the parsing of *.tld files be performed by a validating parser?)
2019-09-01 19:16:44.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.836 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@604c071c)
2019-09-01 19:16:44.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.840 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.840 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.840 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.841 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.841 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.841 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.841 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.841 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.841 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.841 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unloadDelay'
2019-09-01 19:16:44.841 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unloadDelay)
2019-09-01 19:16:44.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Amount of ms that the container will wait for servlets to unload'
2019-09-01 19:16:44.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Amount of ms that the container will wait for servlets to unload)
2019-09-01 19:16:44.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:44.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:44.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.842 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@35aecb4e)
2019-09-01 19:16:44.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.844 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.844 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.844 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unpackWAR'
2019-09-01 19:16:44.848 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unpackWAR)
2019-09-01 19:16:44.848 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unpack WAR property'
2019-09-01 19:16:44.849 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.websocket.servlet.WebSocketServletAutoConfiguration'
2019-09-01 19:16:44.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unpack WAR property)
2019-09-01 19:16:44.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.852 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.855 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.856 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.856 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat'
2019-09-01 19:16:44.856 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.856 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.856 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.863 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatServletWebServerFactory'
2019-09-01 19:16:44.865 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@cefd71a)
2019-09-01 19:16:44.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.867 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.867 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.867 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.867 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.867 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.867 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.868 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.868 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useHttpOnly'
2019-09-01 19:16:44.868 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useHttpOnly)
2019-09-01 19:16:44.868 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates that session cookies should use HttpOnly'
2019-09-01 19:16:44.868 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates that session cookies should use HttpOnly)
2019-09-01 19:16:44.868 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.868 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.868 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.869 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@54aef1a0)
2019-09-01 19:16:44.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.870 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.870 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.870 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.870 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.870 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.870 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.870 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.871 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.871 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useNaming'
2019-09-01 19:16:44.871 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useNaming)
2019-09-01 19:16:44.871 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Create a JNDI naming context for this application?'
2019-09-01 19:16:44.871 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Create a JNDI naming context for this application?)
2019-09-01 19:16:44.871 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:44.871 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:44.872 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.872 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.872 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.872 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.872 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.872 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.872 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.872 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.872 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.872 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.873 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@54da68ce)
2019-09-01 19:16:44.873 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.873 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.873 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.874 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.874 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useRelativeRedirects'
2019-09-01 19:16:44.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useRelativeRedirects)
2019-09-01 19:16:44.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'When generating location headers for 302 responses, should a relative URI be used?'
2019-09-01 19:16:44.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=When generating location headers for 302 responses, should a relative URI be used?)
2019-09-01 19:16:44.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.875 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@176d2da0)
2019-09-01 19:16:44.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.877 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.877 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'webappVersion'
2019-09-01 19:16:44.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=webappVersion)
2019-09-01 19:16:44.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The version of this web application - used in parallel deployment to differentiate different versions of the same web application'
2019-09-01 19:16:44.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The version of this web application - used in parallel deployment to differentiate different versions of the same web application)
2019-09-01 19:16:44.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.879 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.879 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.879 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.879 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.879 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.880 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.880 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.880 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.880 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.880 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.881 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@65c87f50)
2019-09-01 19:16:44.881 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.881 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.881 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.881 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.882 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.882 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.882 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.882 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'welcomeFiles'
2019-09-01 19:16:44.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=welcomeFiles)
2019-09-01 19:16:44.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The welcome files for this context'
2019-09-01 19:16:44.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The welcome files for this context)
2019-09-01 19:16:44.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-09-01 19:16:44.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-09-01 19:16:44.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:44.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:44.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.885 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@46c8b1b8)
2019-09-01 19:16:44.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.887 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.887 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.887 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.888 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'workDir'
2019-09-01 19:16:44.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=workDir)
2019-09-01 19:16:44.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pathname to the work directory for this context'
2019-09-01 19:16:44.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pathname to the work directory for this context)
2019-09-01 19:16:44.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:44.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.890 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.891 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.891 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.891 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.891 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@41d32db7)
2019-09-01 19:16:44.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.893 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.893 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.893 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.893 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xmlValidation'
2019-09-01 19:16:44.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xmlValidation)
2019-09-01 19:16:44.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?'
2019-09-01 19:16:44.895 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the parsing of web.xml and web-fragment.xml files be performed by a validating parser?)
2019-09-01 19:16:44.895 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.895 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.895 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.896 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.897 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.897 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.897 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.897 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.897 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.897 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.897 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3fad0800)
2019-09-01 19:16:44.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.898 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.898 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:44.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:44.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xmlNamespaceAware'
2019-09-01 19:16:44.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xmlNamespaceAware)
2019-09-01 19:16:44.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?'
2019-09-01 19:16:44.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the parsing of web.xml and web-fragment.xml files be performed by a namespace aware parser?)
2019-09-01 19:16:44.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:44.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:44.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.902 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:44.902 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:44.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:44.904 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1939c25a)
2019-09-01 19:16:44.904 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.909 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.910 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:44.910 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:44.910 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.910 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.910 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.910 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addApplicationListener'
2019-09-01 19:16:44.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addApplicationListener)
2019-09-01 19:16:44.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new Listener class name to the set of Listeners configured for this application.'
2019-09-01 19:16:44.912 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new Listener class name to the set of Listeners configured for this application.)
2019-09-01 19:16:44.912 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.913 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.913 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:44.913 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:44.914 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.914 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.914 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.914 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.915 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.915 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.915 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.915 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-09-01 19:16:44.915 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-09-01 19:16:44.916 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a listener class'
2019-09-01 19:16:44.916 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a listener class)
2019-09-01 19:16:44.916 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.917 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1affe5b4)
2019-09-01 19:16:44.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.919 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.920 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.920 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.920 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.920 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.921 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.921 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.921 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.921 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4299cdc9)
2019-09-01 19:16:44.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.922 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.923 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addApplicationParameter'
2019-09-01 19:16:44.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addApplicationParameter)
2019-09-01 19:16:44.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new application parameter for this application.'
2019-09-01 19:16:44.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new application parameter for this application.)
2019-09-01 19:16:44.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:44.925 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:44.925 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.925 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.925 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.926 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.926 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.926 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.926 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.927 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-09-01 19:16:44.927 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-09-01 19:16:44.927 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a listener class'
2019-09-01 19:16:44.927 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a listener class)
2019-09-01 19:16:44.927 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.928 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.929 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.929 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.929 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.929 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.930 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@15233092)
2019-09-01 19:16:44.930 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.931 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.931 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.931 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.931 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.932 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@425f1b7e)
2019-09-01 19:16:44.932 DEBUG 16688 --- [ Test worker] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library could not be found using names [tcnative-1, libtcnative-1] on the java.library.path [C:\Program Files\Java\jdk1.8.0_221\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;D:\Program Files\Python3.7\Scripts\;D:\Program Files\Python3.7\;C:\ProgramData\Boxstarter;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Program Files\Microsoft MPI\Bin\;C:\ProgramData\Oracle\Java\javapath;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft DNX\Dnvm\;C:\Program Files (x86)\GtkSharp\2.12\bin;C:\Program Files (x86)\PuTTY\;d:\Program Files\Git\cmd;C:\Program Files\MySQL\MySQL Utilities 1.6\;C:\WINDOWS\System32\OpenSSH\;d:\Program Files\MATLAB\R2016a\runtime\win64;d:\Program Files\MATLAB\R2016a\bin;d:\Program Files\MATLAB\R2016a\polyspace\bin;D:\Program Files (x86)\nodejs\;C:\ProgramData\chocolatey\bin;D:\Program Files\TortoiseSVN\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Users\bltiii\AppData\Local\Programs\Python\Python36\Scripts\;D:\Users\bltiii\AppData\Local\Programs\Python\Python36\;C:\Users\bltiii\Anaconda3;C:\Users\bltiii\Anaconda3\Scripts;C:\Users\bltiii\Anaconda3\Library\bin;D:\cocos2d-x-3.13.1\templates;D:\cocos2d-x-3.13.1\tools\cocos2d-console\bin;D:\Program Files\CMake\bin;C:\Program Files\Java\jdk1.8.0_77\bin;D:\Python27;D:\ProtocolBuffers\bin;C:\Program Files (x86)\Android\android-sdk\platform-tools;C:\Users\bltiii\AppData\Local\Microsoft\WindowsApps;d:\Program Files (x86)\Nmap;C:\Users\bltiii\AppData\Roaming\npm;C:\Program Files\gnuplot\bin;;D:\Program Files\Microsoft VS Code\bin;C:\Users\bltiii\AppData\Local\Microsoft\WindowsApps;.]. The errors reported were [Can't load library: D:\workspace\SpringBoot\gs-rest-service-master\complete\bin\tcnative-1.dll, Can't load library: D:\workspace\SpringBoot\gs-rest-service-master\complete\bin\libtcnative-1.dll, no tcnative-1 in java.library.path, no libtcnative-1 in java.library.path]
org.apache.tomcat.jni.LibraryNotFoundError: Can't load library: D:\workspace\SpringBoot\gs-rest-service-master\complete\bin\tcnative-1.dll, Can't load library: D:\workspace\SpringBoot\gs-rest-service-master\complete\bin\libtcnative-1.dll, no tcnative-1 in java.library.path, no libtcnative-1 in java.library.path
at org.apache.tomcat.jni.Library.<init>(Library.java:102) ~[tomcat-embed-core-9.0.21.jar:9.0.21]
at org.apache.tomcat.jni.Library.initialize(Library.java:206) ~[tomcat-embed-core-9.0.21.jar:9.0.21]
at org.apache.catalina.core.AprLifecycleListener.init(AprLifecycleListener.java:198) [tomcat-embed-core-9.0.21.jar:9.0.21]
at org.apache.catalina.core.AprLifecycleListener.isAprAvailable(AprLifecycleListener.java:107) [tomcat-embed-core-9.0.21.jar:9.0.21]
at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.getDefaultLifecycleListeners(TomcatServletWebServerFactory.java:159) [spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE]
at org.springframework.boot.web.embedded.tomcat.TomcatServletWebServerFactory.<init>(TomcatServletWebServerFactory.java:114) [spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE]
at org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat.tomcatServletWebServerFactory(ServletWebServerFactoryConfiguration.java:61) [spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE]
at org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat$$EnhancerBySpringCGLIB$$82f539db.CGLIB$tomcatServletWebServerFactory$0(<generated>) [spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE]
at org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat$$EnhancerBySpringCGLIB$$82f539db$$FastClassBySpringCGLIB$$8ba2abe1.invoke(<generated>) [spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE]
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) [spring-core-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:363) [spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryConfiguration$EmbeddedTomcat$$EnhancerBySpringCGLIB$$82f539db.tomcatServletWebServerFactory(<generated>) [spring-boot-autoconfigure-2.1.6.RELEASE.jar:2.1.6.RELEASE]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_221]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_221]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_221]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_221]
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) [spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:622) [spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:456) [spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1321) [spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1160) [spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:555) [spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:515) [spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:320) [spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:318) [spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199) [spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:845) ~[spring-beans-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:877) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) ~[spring-context-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:742) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:389) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:311) ~[spring-boot-2.1.6.RELEASE.jar:2.1.6.RELEASE]
at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:119) ~[spring-boot-test-2.1.6.RELEASE.jar:2.1.6.RELEASE]
at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:99) ~[spring-test-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:117) ~[spring-test-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:108) ~[spring-test-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.test.context.web.ServletTestExecutionListener.setUpRequestContextIfNecessary(ServletTestExecutionListener.java:190) ~[spring-test-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.test.context.web.ServletTestExecutionListener.prepareTestInstance(ServletTestExecutionListener.java:132) ~[spring-test-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:246) ~[spring-test-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:227) ~[spring-test-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:289) ~[spring-test-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) ~[junit-4.12.jar:4.12]
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:291) ~[spring-test-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:246) ~[spring-test-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:97) ~[spring-test-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) ~[junit-4.12.jar:4.12]
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) ~[junit-4.12.jar:4.12]
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) ~[junit-4.12.jar:4.12]
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) ~[junit-4.12.jar:4.12]
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) ~[junit-4.12.jar:4.12]
at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) ~[spring-test-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) ~[spring-test-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.junit.runners.ParentRunner.run(ParentRunner.java:363) ~[junit-4.12.jar:4.12]
at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:190) ~[spring-test-5.1.8.RELEASE.jar:5.1.8.RELEASE]
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:116) ~[na:na]
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:59) ~[na:na]
at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:39) ~[na:na]
at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:66) ~[na:na]
at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51) ~[na:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_221]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_221]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_221]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_221]
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) ~[na:na]
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:32) ~[na:na]
at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:93) ~[na:na]
at com.sun.proxy.$Proxy1.processTestClass(Unknown Source) ~[na:na]
at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:109) ~[na:na]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_221]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_221]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_221]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_221]
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:35) ~[na:na]
at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24) ~[na:na]
at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:146) ~[na:na]
at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:128) ~[na:na]
at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:404) ~[na:na]
at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:63) ~[na:na]
at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:46) ~[na:na]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_221]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[na:1.8.0_221]
at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:55) ~[na:na]
at java.lang.Thread.run(Thread.java:748) ~[na:1.8.0_221]
2019-09-01 19:16:44.933 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.935 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.936 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.936 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addChild'
2019-09-01 19:16:44.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addChild)
2019-09-01 19:16:44.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a child to this Context'
2019-09-01 19:16:44.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a child to this Context)
2019-09-01 19:16:44.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:44.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:44.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.938 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.938 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-09-01 19:16:44.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-09-01 19:16:44.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new child to be added'
2019-09-01 19:16:44.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new child to be added)
2019-09-01 19:16:44.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.940 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@276894c4)
2019-09-01 19:16:44.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.942 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.942 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:44.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:44.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the child to be added'
2019-09-01 19:16:44.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the child to be added)
2019-09-01 19:16:44.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.943 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2b93e265)
2019-09-01 19:16:44.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.945 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.945 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@27b8e025)
2019-09-01 19:16:44.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.946 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.947 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.947 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.947 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.947 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.947 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.947 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener'
2019-09-01 19:16:44.947 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener)
2019-09-01 19:16:44.947 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Context'
2019-09-01 19:16:44.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Context)
2019-09-01 19:16:44.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:44.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:44.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.948 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.948 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-09-01 19:16:44.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-09-01 19:16:44.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added'
2019-09-01 19:16:44.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added)
2019-09-01 19:16:44.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.951 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1d069b47)
2019-09-01 19:16:44.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.953 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.953 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.955 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7eabf297)
2019-09-01 19:16:44.955 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.955 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.955 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.955 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.955 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.956 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.956 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.956 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.956 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLocaleEncodingMappingParameter'
2019-09-01 19:16:44.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLocaleEncodingMappingParameter)
2019-09-01 19:16:44.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a Locale Encoding Mapping'
2019-09-01 19:16:44.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a Locale Encoding Mapping)
2019-09-01 19:16:44.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:44.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:44.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.958 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.958 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'locale'
2019-09-01 19:16:44.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=locale)
2019-09-01 19:16:44.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Locale to map an encoding for'
2019-09-01 19:16:44.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Locale to map an encoding for)
2019-09-01 19:16:44.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.960 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4a9fa7ed)
2019-09-01 19:16:44.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.962 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.962 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.962 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.962 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.963 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.963 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.963 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'encoding'
2019-09-01 19:16:44.963 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=encoding)
2019-09-01 19:16:44.963 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Encoding to be used for a give locale'
2019-09-01 19:16:44.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Encoding to be used for a give locale)
2019-09-01 19:16:44.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.964 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2a46df53)
2019-09-01 19:16:44.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.965 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.965 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:44.966 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.966 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:44.968 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.971 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@333a5ff)
2019-09-01 19:16:44.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:44.980 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.981 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:44.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:44.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:44.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:44.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addMimeMapping'
2019-09-01 19:16:44.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addMimeMapping)
2019-09-01 19:16:44.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new MIME mapping, replacing any existing mapping for the specified extension.'
2019-09-01 19:16:44.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new MIME mapping, replacing any existing mapping for the specified extension.)
2019-09-01 19:16:44.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:44.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:44.983 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:44.983 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:44.983 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:44.983 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.983 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.990 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'extension'
2019-09-01 19:16:44.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=extension)
2019-09-01 19:16:44.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Filename extension being mapped'
2019-09-01 19:16:44.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Filename extension being mapped)
2019-09-01 19:16:44.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.992 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@22adc044)
2019-09-01 19:16:44.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.994 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:44.995 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:44.995 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.995 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:44.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:44.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'mimeType'
2019-09-01 19:16:44.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=mimeType)
2019-09-01 19:16:44.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Corresponding MIME type'
2019-09-01 19:16:44.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Corresponding MIME type)
2019-09-01 19:16:44.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:44.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:44.997 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.997 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:44.997 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:44.997 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:44.997 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:44.997 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:44.998 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.998 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:44.998 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@15baab33)
2019-09-01 19:16:44.998 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:44.998 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:44.998 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.007 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'servletWebServerFactoryCustomizer'
2019-09-01 19:16:45.007 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.ServletWebServerFactoryAutoConfiguration'
2019-09-01 19:16:45.012 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.012 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.012 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.012 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@91a4290)
2019-09-01 19:16:45.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.014 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.014 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addParameter'
2019-09-01 19:16:45.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addParameter)
2019-09-01 19:16:45.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new context initialization parameter, replacing any existing value for the specified name.'
2019-09-01 19:16:45.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new context initialization parameter, replacing any existing value for the specified name.)
2019-09-01 19:16:45.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.016 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.019 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2019-09-01 19:16:45.022 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:45.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:45.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the new parameter'
2019-09-01 19:16:45.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the new parameter)
2019-09-01 19:16:45.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.024 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@17181211)
2019-09-01 19:16:45.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.033 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.034 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'value'
2019-09-01 19:16:45.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=value)
2019-09-01 19:16:45.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Value of the new parameter'
2019-09-01 19:16:45.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Value of the new parameter)
2019-09-01 19:16:45.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.041 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5bfb4f56)
2019-09-01 19:16:45.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.044 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.044 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1b588429)
2019-09-01 19:16:45.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.046 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.046 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRoleMapping'
2019-09-01 19:16:45.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRoleMapping)
2019-09-01 19:16:45.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a security role reference for this web application.'
2019-09-01 19:16:45.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a security role reference for this web application.)
2019-09-01 19:16:45.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.049 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.050 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-09-01 19:16:45.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-09-01 19:16:45.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role used in the application'
2019-09-01 19:16:45.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role used in the application)
2019-09-01 19:16:45.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.051 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@400d5b10)
2019-09-01 19:16:45.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.054 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.054 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'link'
2019-09-01 19:16:45.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=link)
2019-09-01 19:16:45.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Actual security role to check for'
2019-09-01 19:16:45.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Actual security role to check for)
2019-09-01 19:16:45.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.056 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@17d2519a)
2019-09-01 19:16:45.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.058 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.060 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.060 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.060 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@16523dc9)
2019-09-01 19:16:45.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.063 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.063 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addSecurityRole'
2019-09-01 19:16:45.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addSecurityRole)
2019-09-01 19:16:45.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new security role for this web application.'
2019-09-01 19:16:45.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new security role for this web application.)
2019-09-01 19:16:45.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.066 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.066 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-09-01 19:16:45.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-09-01 19:16:45.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New security role'
2019-09-01 19:16:45.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New security role)
2019-09-01 19:16:45.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.069 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@49749ae6)
2019-09-01 19:16:45.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.071 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.071 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.072 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.072 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.072 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'servletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2019-09-01 19:16:45.072 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.072 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.072 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.073 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.073 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@630b8d03)
2019-09-01 19:16:45.073 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.073 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.073 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.074 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.074 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.075 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.075 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.075 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addServletMapping'
2019-09-01 19:16:45.075 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addServletMapping)
2019-09-01 19:16:45.075 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new servlet mapping, replacing any existing mapping for the specified pattern.'
2019-09-01 19:16:45.075 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new servlet mapping, replacing any existing mapping for the specified pattern.)
2019-09-01 19:16:45.075 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.076 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.076 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.076 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.076 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.076 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.077 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern'
2019-09-01 19:16:45.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern)
2019-09-01 19:16:45.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'URL pattern to be mapped'
2019-09-01 19:16:45.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=URL pattern to be mapped)
2019-09-01 19:16:45.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.078 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@66505e79)
2019-09-01 19:16:45.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.080 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.080 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:45.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:45.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the corresponding servlet to execute'
2019-09-01 19:16:45.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the corresponding servlet to execute)
2019-09-01 19:16:45.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.082 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@61eb9b0f)
2019-09-01 19:16:45.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.083 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatServletWebServerFactoryCustomizer'
2019-09-01 19:16:45.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.083 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatServletWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2019-09-01 19:16:45.083 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.084 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@c259e7e)
2019-09-01 19:16:45.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.085 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.085 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addServletMapping'
2019-09-01 19:16:45.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addServletMapping)
2019-09-01 19:16:45.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new servlet mapping, replacing any existing mapping for the specified pattern.'
2019-09-01 19:16:45.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new servlet mapping, replacing any existing mapping for the specified pattern.)
2019-09-01 19:16:45.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.087 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.087 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern'
2019-09-01 19:16:45.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern)
2019-09-01 19:16:45.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'URL pattern to be mapped'
2019-09-01 19:16:45.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=URL pattern to be mapped)
2019-09-01 19:16:45.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.088 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.089 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'tomcatWebServerFactoryCustomizer'
2019-09-01 19:16:45.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3379696c)
2019-09-01 19:16:45.089 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration$TomcatWebServerFactoryCustomizerConfiguration'
2019-09-01 19:16:45.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.090 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.090 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:45.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:45.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the corresponding servlet to execute'
2019-09-01 19:16:45.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the corresponding servlet to execute)
2019-09-01 19:16:45.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.091 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@573e5aec)
2019-09-01 19:16:45.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.092 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.093 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'jspWildcard'
2019-09-01 19:16:45.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=jspWildcard)
2019-09-01 19:16:45.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to ''true' if name identifies the JspServlet and pattern contains a wildcard; 'false' otherwise'
2019-09-01 19:16:45.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description='true' if name identifies the JspServlet and pattern contains a wildcard; 'false' otherwise)
2019-09-01 19:16:45.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
2019-09-01 19:16:45.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
2019-09-01 19:16:45.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.094 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6a3090e7)
2019-09-01 19:16:45.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.096 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.096 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4ac635b1)
2019-09-01 19:16:45.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.097 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.097 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve'
2019-09-01 19:16:45.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve)
2019-09-01 19:16:45.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Context'
2019-09-01 19:16:45.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Context)
2019-09-01 19:16:45.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:45.099 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'environment'
2019-09-01 19:16:45.099 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'tomcatWebServerFactoryCustomizer' via factory method to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2019-09-01 19:16:45.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:45.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.099 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.099 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType'
2019-09-01 19:16:45.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType)
2019-09-01 19:16:45.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added'
2019-09-01 19:16:45.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added)
2019-09-01 19:16:45.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.101 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@320c178c)
2019-09-01 19:16:45.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.103 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.103 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@17c0c21b)
2019-09-01 19:16:45.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.104 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.104 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWatchedResource'
2019-09-01 19:16:45.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWatchedResource)
2019-09-01 19:16:45.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to ' Add a resource which will be watched for reloading by the host auto deployer.'
2019-09-01 19:16:45.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description= Add a resource which will be watched for reloading by the host auto deployer.)
2019-09-01 19:16:45.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.106 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.106 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:45.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:45.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Path to the resource, either absolute or relative to docBase'
2019-09-01 19:16:45.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Path to the resource, either absolute or relative to docBase)
2019-09-01 19:16:45.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.107 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7919dfac)
2019-09-01 19:16:45.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.108 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.108 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.109 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'localeCharsetMappingsCustomizer'
2019-09-01 19:16:45.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.109 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration'
2019-09-01 19:16:45.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2890683)
2019-09-01 19:16:45.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.110 DEBUG 16688 --- [ Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration$$EnhancerBySpringCGLIB$$ebc77e93] - unable to determine constructor/method parameter names
2019-09-01 19:16:45.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.110 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.110 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWelcomeFile'
2019-09-01 19:16:45.111 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.http-org.springframework.boot.autoconfigure.http.HttpProperties'
2019-09-01 19:16:45.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWelcomeFile)
2019-09-01 19:16:45.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new welcome file to the set recognized by this Context.'
2019-09-01 19:16:45.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new welcome file to the set recognized by this Context.)
2019-09-01 19:16:45.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.112 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.112 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:45.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:45.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New welcome file name'
2019-09-01 19:16:45.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New welcome file name)
2019-09-01 19:16:45.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.114 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.114 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.HttpEncodingAutoConfiguration' via constructor to bean named 'spring.http-org.springframework.boot.autoconfigure.http.HttpProperties'
2019-09-01 19:16:45.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@506bd129)
2019-09-01 19:16:45.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.115 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.115 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@41aa0125)
2019-09-01 19:16:45.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.117 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.117 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWrapperLifecycle'
2019-09-01 19:16:45.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWrapperLifecycle)
2019-09-01 19:16:45.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.'
2019-09-01 19:16:45.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.)
2019-09-01 19:16:45.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.118 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.119 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-09-01 19:16:45.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-09-01 19:16:45.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a LifecycleListener class'
2019-09-01 19:16:45.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a LifecycleListener class)
2019-09-01 19:16:45.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.120 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@76f94203)
2019-09-01 19:16:45.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.121 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.122 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3c8eef41)
2019-09-01 19:16:45.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.123 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.123 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addWrapperListener'
2019-09-01 19:16:45.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addWrapperListener)
2019-09-01 19:16:45.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.'
2019-09-01 19:16:45.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add the classname of a ContainerListener to be added to each Wrapper appended to this Context.)
2019-09-01 19:16:45.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.125 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.126 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-09-01 19:16:45.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-09-01 19:16:45.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of a ContainerListener class'
2019-09-01 19:16:45.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of a ContainerListener class)
2019-09-01 19:16:45.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.127 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@32e28360)
2019-09-01 19:16:45.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.129 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.129 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.130 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.130 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.130 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.130 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.130 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@23d00f30)
2019-09-01 19:16:45.130 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.130 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.130 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.131 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.131 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-09-01 19:16:45.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-09-01 19:16:45.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy the context'
2019-09-01 19:16:45.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy the context)
2019-09-01 19:16:45.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.134 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.134 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1f85a813)
2019-09-01 19:16:45.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.135 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.135 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findApplicationListeners'
2019-09-01 19:16:45.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findApplicationListeners)
2019-09-01 19:16:45.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of application listener class names configured for this application.'
2019-09-01 19:16:45.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of application listener class names configured for this application.)
2019-09-01 19:16:45.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-09-01 19:16:45.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-09-01 19:16:45.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:45.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:45.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.137 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.137 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@54bab845)
2019-09-01 19:16:45.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.139 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.139 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findApplicationParameters'
2019-09-01 19:16:45.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findApplicationParameters)
2019-09-01 19:16:45.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of application parameters for this application.'
2019-09-01 19:16:45.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of application parameters for this application.)
2019-09-01 19:16:45.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-09-01 19:16:45.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-09-01 19:16:45.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:45.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:45.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.140 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.140 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7265d831)
2019-09-01 19:16:45.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.142 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.142 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findConstraints'
2019-09-01 19:16:45.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findConstraints)
2019-09-01 19:16:45.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of security constraints for this web application. If there are none, a zero-length array is returned.'
2019-09-01 19:16:45.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of security constraints for this web application. If there are none, a zero-length array is returned.)
2019-09-01 19:16:45.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-09-01 19:16:45.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-09-01 19:16:45.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:45.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:45.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.144 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.145 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@51efe0c2)
2019-09-01 19:16:45.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.147 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.147 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findContainerListenerNames'
2019-09-01 19:16:45.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findContainerListenerNames)
2019-09-01 19:16:45.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of container listener class names configured for this application.'
2019-09-01 19:16:45.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of container listener class names configured for this application.)
2019-09-01 19:16:45.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-09-01 19:16:45.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-09-01 19:16:45.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:45.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:45.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.149 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.150 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@63180fdc)
2019-09-01 19:16:45.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.152 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.152 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findErrorPage'
2019-09-01 19:16:45.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findErrorPage)
2019-09-01 19:16:45.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the error page entry for the specified HTTP error code, if any; otherwise return null'
2019-09-01 19:16:45.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the error page entry for the specified HTTP error code, if any; otherwise return null)
2019-09-01 19:16:45.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:45.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:45.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.155 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.155 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'errorCode'
2019-09-01 19:16:45.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=errorCode)
2019-09-01 19:16:45.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Error code to look up'
2019-09-01 19:16:45.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Error code to look up)
2019-09-01 19:16:45.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
2019-09-01 19:16:45.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
2019-09-01 19:16:45.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.164 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6261fb6a)
2019-09-01 19:16:45.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.166 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.166 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3e191347)
2019-09-01 19:16:45.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.167 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.167 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findErrorPage'
2019-09-01 19:16:45.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findErrorPage)
2019-09-01 19:16:45.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the error page entry for the specified Java exception type, if any; otherwise return null.'
2019-09-01 19:16:45.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the error page entry for the specified Java exception type, if any; otherwise return null.)
2019-09-01 19:16:45.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:45.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:45.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.169 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.169 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'exceptionType'
2019-09-01 19:16:45.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=exceptionType)
2019-09-01 19:16:45.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Exception type to look up'
2019-09-01 19:16:45.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Exception type to look up)
2019-09-01 19:16:45.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.170 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@105e0db6)
2019-09-01 19:16:45.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.172 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.172 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@331b968e)
2019-09-01 19:16:45.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.173 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.173 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findErrorPages'
2019-09-01 19:16:45.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findErrorPages)
2019-09-01 19:16:45.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of defined error pages for all specified error codes and exception types.'
2019-09-01 19:16:45.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of defined error pages for all specified error codes and exception types.)
2019-09-01 19:16:45.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-09-01 19:16:45.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-09-01 19:16:45.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:45.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:45.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.175 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.175 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5e4c912c)
2019-09-01 19:16:45.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.178 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.178 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findFilterDef'
2019-09-01 19:16:45.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findFilterDef)
2019-09-01 19:16:45.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the filter definition for the specified filter name, if any; otherwise return null.'
2019-09-01 19:16:45.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the filter definition for the specified filter name, if any; otherwise return null.)
2019-09-01 19:16:45.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:45.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:45.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.180 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.180 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'exceptionType'
2019-09-01 19:16:45.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=exceptionType)
2019-09-01 19:16:45.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Exception type to look up'
2019-09-01 19:16:45.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Exception type to look up)
2019-09-01 19:16:45.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.182 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@28393289)
2019-09-01 19:16:45.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.184 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.184 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@486aa985)
2019-09-01 19:16:45.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.186 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.187 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findFilterDefs'
2019-09-01 19:16:45.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findFilterDefs)
2019-09-01 19:16:45.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of defined filters for this Context.'
2019-09-01 19:16:45.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of defined filters for this Context.)
2019-09-01 19:16:45.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-09-01 19:16:45.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-09-01 19:16:45.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:45.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:45.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.188 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.189 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@27aaf9e0)
2019-09-01 19:16:45.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.190 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.190 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findFilterMaps'
2019-09-01 19:16:45.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findFilterMaps)
2019-09-01 19:16:45.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of filter mappings for this Context.'
2019-09-01 19:16:45.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of filter mappings for this Context.)
2019-09-01 19:16:45.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-09-01 19:16:45.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-09-01 19:16:45.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:45.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:45.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.195 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.195 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1d55d9c8)
2019-09-01 19:16:45.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.204 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.204 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findLifecycleListenerNames'
2019-09-01 19:16:45.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findLifecycleListenerNames)
2019-09-01 19:16:45.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of lifecycle listener class names configured for this application.'
2019-09-01 19:16:45.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of lifecycle listener class names configured for this application.)
2019-09-01 19:16:45.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-09-01 19:16:45.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-09-01 19:16:45.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:45.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:45.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.206 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.207 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7c991d91)
2019-09-01 19:16:45.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.209 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.210 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMimeMapping'
2019-09-01 19:16:45.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMimeMapping)
2019-09-01 19:16:45.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the MIME type to which the specified extension is mapped, if any; otherwise return null.'
2019-09-01 19:16:45.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the MIME type to which the specified extension is mapped, if any; otherwise return null.)
2019-09-01 19:16:45.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:45.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:45.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.213 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.213 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'extension'
2019-09-01 19:16:45.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=extension)
2019-09-01 19:16:45.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Extension to map to a MIME type'
2019-09-01 19:16:45.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Extension to map to a MIME type)
2019-09-01 19:16:45.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.215 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6122a506)
2019-09-01 19:16:45.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.217 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.218 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@11b7353b)
2019-09-01 19:16:45.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.219 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.220 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMimeMappings'
2019-09-01 19:16:45.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMimeMappings)
2019-09-01 19:16:45.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the extensions for which MIME mappings are defined.'
2019-09-01 19:16:45.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the extensions for which MIME mappings are defined.)
2019-09-01 19:16:45.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:45.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:45.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.225 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.225 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@221f255c)
2019-09-01 19:16:45.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.227 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.228 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findParameter'
2019-09-01 19:16:45.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findParameter)
2019-09-01 19:16:45.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the value for the specified context initialization parameter name, if any; otherwise return null.'
2019-09-01 19:16:45.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the value for the specified context initialization parameter name, if any; otherwise return null.)
2019-09-01 19:16:45.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:45.231 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:45.231 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.231 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.231 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.231 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:45.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:45.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the parameter to return'
2019-09-01 19:16:45.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the parameter to return)
2019-09-01 19:16:45.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.234 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@165ed11b)
2019-09-01 19:16:45.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.239 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.239 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@62205c43)
2019-09-01 19:16:45.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.242 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.242 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findParameters'
2019-09-01 19:16:45.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findParameters)
2019-09-01 19:16:45.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the names of all defined context initialization parameters for this Context.'
2019-09-01 19:16:45.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the names of all defined context initialization parameters for this Context.)
2019-09-01 19:16:45.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:45.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:45.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.245 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.246 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4a16b3d1)
2019-09-01 19:16:45.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.250 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.250 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.250 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findRoleMapping'
2019-09-01 19:16:45.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findRoleMapping)
2019-09-01 19:16:45.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one. Otherwise, return the specified role unchanged.'
2019-09-01 19:16:45.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one. Otherwise, return the specified role unchanged.)
2019-09-01 19:16:45.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:45.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:45.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.253 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.253 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-09-01 19:16:45.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-09-01 19:16:45.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role to map'
2019-09-01 19:16:45.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role to map)
2019-09-01 19:16:45.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.258 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.258 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorPageCustomizer'
2019-09-01 19:16:45.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.258 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration'
2019-09-01 19:16:45.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.259 DEBUG 16688 --- [ Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$$EnhancerBySpringCGLIB$$441ecd76] - unable to determine constructor/method parameter names
2019-09-01 19:16:45.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@11785a0a)
2019-09-01 19:16:45.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.261 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.261 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.261 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.261 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@71ce9737)
2019-09-01 19:16:45.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.264 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServletRegistration'
2019-09-01 19:16:45.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.264 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.264 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration'
2019-09-01 19:16:45.264 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityRole'
2019-09-01 19:16:45.265 DEBUG 16688 --- [ Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration$$EnhancerBySpringCGLIB$$ca79ec61] - unable to determine constructor/method parameter names
2019-09-01 19:16:45.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityRole)
2019-09-01 19:16:45.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return 'true' if the specified security role is defined for this application; otherwise return 'false'.'
2019-09-01 19:16:45.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return 'true' if the specified security role is defined for this application; otherwise return 'false'.)
2019-09-01 19:16:45.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-09-01 19:16:45.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-09-01 19:16:45.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.266 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.266 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.266 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
2019-09-01 19:16:45.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-09-01 19:16:45.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-09-01 19:16:45.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role to verify'
2019-09-01 19:16:45.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role to verify)
2019-09-01 19:16:45.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.269 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@11ec0f09)
2019-09-01 19:16:45.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.271 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.271 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6e1bbede)
2019-09-01 19:16:45.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.272 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.272 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityRoles'
2019-09-01 19:16:45.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityRoles)
2019-09-01 19:16:45.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the security roles defined for this application.'
2019-09-01 19:16:45.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the security roles defined for this application.)
2019-09-01 19:16:45.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:45.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:45.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.274 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.274 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3de0111d)
2019-09-01 19:16:45.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.276 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.276 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletRegistrationConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
2019-09-01 19:16:45.276 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findServletMapping'
2019-09-01 19:16:45.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findServletMapping)
2019-09-01 19:16:45.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the servlet name mapped by the specified pattern..'
2019-09-01 19:16:45.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the servlet name mapped by the specified pattern..)
2019-09-01 19:16:45.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:45.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:45.278 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartConfigElement'
2019-09-01 19:16:45.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.278 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.278 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration'
2019-09-01 19:16:45.278 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.279 DEBUG 16688 --- [ Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration$$EnhancerBySpringCGLIB$$5ab806a0] - unable to determine constructor/method parameter names
2019-09-01 19:16:45.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern'
2019-09-01 19:16:45.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern)
2019-09-01 19:16:45.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Pattern for which a mapping is requested'
2019-09-01 19:16:45.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Pattern for which a mapping is requested)
2019-09-01 19:16:45.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.281 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.282 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.282 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@38124eb9)
2019-09-01 19:16:45.282 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.282 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.283 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.283 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.284 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
2019-09-01 19:16:45.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@49f78af5)
2019-09-01 19:16:45.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.286 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.286 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findServletMappings'
2019-09-01 19:16:45.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findServletMappings)
2019-09-01 19:16:45.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the patterns of all defined servlet mappings for this Context.'
2019-09-01 19:16:45.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the patterns of all defined servlet mappings for this Context.)
2019-09-01 19:16:45.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:45.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:45.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.288 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.288 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7aa9305b)
2019-09-01 19:16:45.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.291 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.291 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findStatusPage'
2019-09-01 19:16:45.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findStatusPage)
2019-09-01 19:16:45.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the context-relative URI of the error page for the specified HTTP status code.'
2019-09-01 19:16:45.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the context-relative URI of the error page for the specified HTTP status code.)
2019-09-01 19:16:45.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:45.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:45.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.293 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.294 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'status'
2019-09-01 19:16:45.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=status)
2019-09-01 19:16:45.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'HTTP status code to look up'
2019-09-01 19:16:45.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=HTTP status code to look up)
2019-09-01 19:16:45.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
2019-09-01 19:16:45.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
2019-09-01 19:16:45.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.297 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@47fcaeea)
2019-09-01 19:16:45.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.300 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.300 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6db1472a)
2019-09-01 19:16:45.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.303 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.303 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.MultipartAutoConfiguration' via constructor to bean named 'spring.servlet.multipart-org.springframework.boot.autoconfigure.web.servlet.MultipartProperties'
2019-09-01 19:16:45.304 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.304 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findStatusPages'
2019-09-01 19:16:45.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findStatusPages)
2019-09-01 19:16:45.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of HTTP status codes for which error pages have been specified.'
2019-09-01 19:16:45.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of HTTP status codes for which error pages have been specified.)
2019-09-01 19:16:45.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Lint'
2019-09-01 19:16:45.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Lint)
2019-09-01 19:16:45.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.307 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.307 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1864c84b)
2019-09-01 19:16:45.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.309 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.309 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWatchedResources'
2019-09-01 19:16:45.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWatchedResources)
2019-09-01 19:16:45.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of watched resources for this Context.'
2019-09-01 19:16:45.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of watched resources for this Context.)
2019-09-01 19:16:45.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:45.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:45.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.311 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.311 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2b7c08f4)
2019-09-01 19:16:45.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.312 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.313 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWelcomeFile'
2019-09-01 19:16:45.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWelcomeFile)
2019-09-01 19:16:45.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return 'true' if the specified welcome file is defined for this Context; otherwise return 'false'.'
2019-09-01 19:16:45.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return 'true' if the specified welcome file is defined for this Context; otherwise return 'false'.)
2019-09-01 19:16:45.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-09-01 19:16:45.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-09-01 19:16:45.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.316 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.316 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.316 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.316 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.316 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.316 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.316 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:45.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:45.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Welcome file to verify'
2019-09-01 19:16:45.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Welcome file to verify)
2019-09-01 19:16:45.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.318 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@955788f)
2019-09-01 19:16:45.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.320 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.320 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6e3af698)
2019-09-01 19:16:45.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.322 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.322 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWelcomeFiles'
2019-09-01 19:16:45.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWelcomeFiles)
2019-09-01 19:16:45.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of welcome files defined for this Context.'
2019-09-01 19:16:45.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of welcome files defined for this Context.)
2019-09-01 19:16:45.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:45.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:45.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.325 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.325 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@50224d84)
2019-09-01 19:16:45.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.327 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.327 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWrapperLifecycles'
2019-09-01 19:16:45.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWrapperLifecycles)
2019-09-01 19:16:45.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.'
2019-09-01 19:16:45.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.)
2019-09-01 19:16:45.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:45.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:45.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.329 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.330 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1bd2d4dc)
2019-09-01 19:16:45.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.332 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.332 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.332 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.332 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.332 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findWrapperListeners'
2019-09-01 19:16:45.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findWrapperListeners)
2019-09-01 19:16:45.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.'
2019-09-01 19:16:45.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.)
2019-09-01 19:16:45.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:45.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:45.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.334 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.334 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@39615629)
2019-09-01 19:16:45.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.336 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.336 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-09-01 19:16:45.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-09-01 19:16:45.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Register the context into the running server'
2019-09-01 19:16:45.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Register the context into the running server)
2019-09-01 19:16:45.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.338 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.338 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.338 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'dispatcherServlet'
2019-09-01 19:16:45.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.338 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration'
2019-09-01 19:16:45.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@56f9ab)
2019-09-01 19:16:45.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.339 DEBUG 16688 --- [ Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration$$EnhancerBySpringCGLIB$$687257ba] - unable to determine constructor/method parameter names
2019-09-01 19:16:45.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.339 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.339 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' via constructor to bean named 'spring.http-org.springframework.boot.autoconfigure.http.HttpProperties'
2019-09-01 19:16:45.339 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.339 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration$DispatcherServletConfiguration' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
2019-09-01 19:16:45.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-09-01 19:16:45.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-09-01 19:16:45.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start the context'
2019-09-01 19:16:45.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start the context)
2019-09-01 19:16:45.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.341 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.341 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@425ada48)
2019-09-01 19:16:45.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.343 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.343 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-09-01 19:16:45.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-09-01 19:16:45.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop the context'
2019-09-01 19:16:45.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop the context)
2019-09-01 19:16:45.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.346 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.346 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4f2392eb)
2019-09-01 19:16:45.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.348 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.348 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'reload'
2019-09-01 19:16:45.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=reload)
2019-09-01 19:16:45.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Reload the web application'
2019-09-01 19:16:45.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Reload the web application)
2019-09-01 19:16:45.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.351 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.352 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7c405538)
2019-09-01 19:16:45.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.354 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.355 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeApplicationListener'
2019-09-01 19:16:45.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeApplicationListener)
2019-09-01 19:16:45.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified application listener class from the set of listeners for this application.'
2019-09-01 19:16:45.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified application listener class from the set of listeners for this application.)
2019-09-01 19:16:45.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.358 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.358 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-09-01 19:16:45.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-09-01 19:16:45.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Java class name of the listener to be removed'
2019-09-01 19:16:45.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Java class name of the listener to be removed)
2019-09-01 19:16:45.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.361 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4b6c70ba)
2019-09-01 19:16:45.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.363 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.363 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5f706b05)
2019-09-01 19:16:45.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.364 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.365 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeApplicationParameter'
2019-09-01 19:16:45.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeApplicationParameter)
2019-09-01 19:16:45.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the application parameter with the specified name from the set for this application.'
2019-09-01 19:16:45.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the application parameter with the specified name from the set for this application.)
2019-09-01 19:16:45.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.367 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.367 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:45.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:45.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the application parameter to remove'
2019-09-01 19:16:45.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the application parameter to remove)
2019-09-01 19:16:45.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.369 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@c970eca)
2019-09-01 19:16:45.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.371 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.371 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@728063f5)
2019-09-01 19:16:45.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.373 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.373 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeChild'
2019-09-01 19:16:45.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeChild)
2019-09-01 19:16:45.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a child from this Context'
2019-09-01 19:16:45.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a child from this Context)
2019-09-01 19:16:45.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.375 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.376 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:45.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:45.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the existing child Container to be removed'
2019-09-01 19:16:45.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the existing child Container to be removed)
2019-09-01 19:16:45.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.377 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5a4124bf)
2019-09-01 19:16:45.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.379 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.379 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@63544b1)
2019-09-01 19:16:45.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.381 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.381 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners'
2019-09-01 19:16:45.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners)
2019-09-01 19:16:45.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Context'
2019-09-01 19:16:45.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Context)
2019-09-01 19:16:45.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.383 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.383 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-09-01 19:16:45.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-09-01 19:16:45.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed'
2019-09-01 19:16:45.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed)
2019-09-01 19:16:45.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.385 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@32e0fbe3)
2019-09-01 19:16:45.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.387 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.387 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@430ea981)
2019-09-01 19:16:45.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.390 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.391 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeMimeMapping'
2019-09-01 19:16:45.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeMimeMapping)
2019-09-01 19:16:45.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken..'
2019-09-01 19:16:45.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken..)
2019-09-01 19:16:45.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.393 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.394 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'extension'
2019-09-01 19:16:45.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=extension)
2019-09-01 19:16:45.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Extension to remove the mapping for'
2019-09-01 19:16:45.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Extension to remove the mapping for)
2019-09-01 19:16:45.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.395 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@10391983)
2019-09-01 19:16:45.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.397 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.397 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3c85c7f9)
2019-09-01 19:16:45.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.399 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.399 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeParameter'
2019-09-01 19:16:45.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeParameter)
2019-09-01 19:16:45.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.'
2019-09-01 19:16:45.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.)
2019-09-01 19:16:45.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.401 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.401 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:45.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:45.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the parameter to remove'
2019-09-01 19:16:45.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the parameter to remove)
2019-09-01 19:16:45.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.404 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@98f0c69)
2019-09-01 19:16:45.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.406 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.407 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3ffbfe78)
2019-09-01 19:16:45.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.409 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.409 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRoleMapping'
2019-09-01 19:16:45.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRoleMapping)
2019-09-01 19:16:45.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any security role reference for the specified name'
2019-09-01 19:16:45.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any security role reference for the specified name)
2019-09-01 19:16:45.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.414 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.414 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-09-01 19:16:45.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-09-01 19:16:45.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role (as used in the application) to remove'
2019-09-01 19:16:45.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role (as used in the application) to remove)
2019-09-01 19:16:45.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.416 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@67d61d05)
2019-09-01 19:16:45.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.417 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.418 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@75fea409)
2019-09-01 19:16:45.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.419 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.419 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeSecurityRole'
2019-09-01 19:16:45.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeSecurityRole)
2019-09-01 19:16:45.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any security role with the specified name.'
2019-09-01 19:16:45.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any security role with the specified name.)
2019-09-01 19:16:45.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.421 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.421 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-09-01 19:16:45.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-09-01 19:16:45.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role to remove'
2019-09-01 19:16:45.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role to remove)
2019-09-01 19:16:45.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.422 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4e3129b)
2019-09-01 19:16:45.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.424 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'dispatcherServletRegistration' via factory method to bean named 'dispatcherServlet'
2019-09-01 19:16:45.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.424 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.424 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@648b2441)
2019-09-01 19:16:45.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.426 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.426 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeServletMapping'
2019-09-01 19:16:45.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeServletMapping)
2019-09-01 19:16:45.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.'
2019-09-01 19:16:45.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.)
2019-09-01 19:16:45.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.427 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.427 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'pattern'
2019-09-01 19:16:45.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=pattern)
2019-09-01 19:16:45.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'URL pattern of the mapping to remove'
2019-09-01 19:16:45.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=URL pattern of the mapping to remove)
2019-09-01 19:16:45.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.430 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@336223e0)
2019-09-01 19:16:45.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.432 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.432 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@33bc0769)
2019-09-01 19:16:45.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.433 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.433 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
2019-09-01 19:16:45.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
2019-09-01 19:16:45.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Context'
2019-09-01 19:16:45.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Context)
2019-09-01 19:16:45.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.435 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.435 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName'
2019-09-01 19:16:45.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName)
2019-09-01 19:16:45.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed'
2019-09-01 19:16:45.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed)
2019-09-01 19:16:45.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.436 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2fd7ac4f)
2019-09-01 19:16:45.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.438 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.438 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@12433cd8)
2019-09-01 19:16:45.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.439 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.440 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWatchedResource'
2019-09-01 19:16:45.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWatchedResource)
2019-09-01 19:16:45.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified watched resource name from the list associated with this Context.'
2019-09-01 19:16:45.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified watched resource name from the list associated with this Context.)
2019-09-01 19:16:45.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.442 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.442 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:45.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:45.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the watched resource to be removed'
2019-09-01 19:16:45.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the watched resource to be removed)
2019-09-01 19:16:45.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.444 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@309c7053)
2019-09-01 19:16:45.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.446 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.447 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.447 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.447 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.447 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.447 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.448 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.448 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.448 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6348be66)
2019-09-01 19:16:45.448 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.448 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.448 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.448 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.448 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.449 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.449 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.449 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.449 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.449 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.450 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWelcomeFile'
2019-09-01 19:16:45.450 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWelcomeFile)
2019-09-01 19:16:45.450 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified welcome file name from the list recognized by this Context.'
2019-09-01 19:16:45.450 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified welcome file name from the list recognized by this Context.)
2019-09-01 19:16:45.450 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.450 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.450 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.450 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.451 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.451 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.451 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.451 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.451 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.451 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.452 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.452 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:45.452 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:45.452 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the welcome file to be removed'
2019-09-01 19:16:45.452 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the welcome file to be removed)
2019-09-01 19:16:45.452 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.453 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'server-org.springframework.boot.autoconfigure.web.ServerProperties'
2019-09-01 19:16:45.453 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.453 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration' via constructor to bean named 'dispatcherServletRegistration'
2019-09-01 19:16:45.453 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.453 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.453 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.453 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.453 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@71efd394)
2019-09-01 19:16:45.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.455 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'conventionErrorViewResolver'
2019-09-01 19:16:45.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.455 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration'
2019-09-01 19:16:45.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.455 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.455 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.456 DEBUG 16688 --- [ Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration$$EnhancerBySpringCGLIB$$58b3a216] - unable to determine constructor/method parameter names
2019-09-01 19:16:45.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7ac1848d)
2019-09-01 19:16:45.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.457 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.457 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWrapperLifecycle'
2019-09-01 19:16:45.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWrapperLifecycle)
2019-09-01 19:16:45.458 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties'
2019-09-01 19:16:45.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.'
2019-09-01 19:16:45.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.)
2019-09-01 19:16:45.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.460 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.460 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-09-01 19:16:45.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-09-01 19:16:45.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Class name of a LifecycleListener class to be removed'
2019-09-01 19:16:45.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Class name of a LifecycleListener class to be removed)
2019-09-01 19:16:45.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.462 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@290c6d6e)
2019-09-01 19:16:45.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.464 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.464 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@f915da7)
2019-09-01 19:16:45.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.465 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.465 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeWrapperListener'
2019-09-01 19:16:45.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeWrapperListener)
2019-09-01 19:16:45.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.'
2019-09-01 19:16:45.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.)
2019-09-01 19:16:45.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.470 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'org.springframework.web.context.support.GenericWebApplicationContext@321c2e0f'
2019-09-01 19:16:45.474 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$DefaultErrorViewResolverConfiguration' via constructor to bean named 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties'
2019-09-01 19:16:45.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.483 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.486 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-09-01 19:16:45.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-09-01 19:16:45.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Class name of a ContainerListener class to be removed'
2019-09-01 19:16:45.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Class name of a ContainerListener class to be removed)
2019-09-01 19:16:45.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.487 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@ed5cb2)
2019-09-01 19:16:45.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.489 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.489 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@76fe55ce)
2019-09-01 19:16:45.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.491 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.491 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-09-01 19:16:45.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-09-01 19:16:45.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-09-01 19:16:45.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-09-01 19:16:45.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.493 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3cd33162)
2019-09-01 19:16:45.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.500 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.500 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-09-01 19:16:45.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-09-01 19:16:45.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-09-01 19:16:45.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-09-01 19:16:45.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.506 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@392a3f3a)
2019-09-01 19:16:45.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.509 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.509 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:45.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:45.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:45.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:45.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:45.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardContext, className=org.apache.catalina.mbeans.ContextMBean, description=Standard Context Component, group=Context, type=org.apache.catalina.core.StandardContext])
2019-09-01 19:16:45.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:45.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:45.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:45.522 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.523 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:45.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:45.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:45.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:45.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardContextValve'
2019-09-01 19:16:45.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardContextValve)
2019-09-01 19:16:45.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the StandardContext container implementation'
2019-09-01 19:16:45.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the StandardContext container implementation)
2019-09-01 19:16:45.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:45.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:45.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-09-01 19:16:45.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-09-01 19:16:45.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardContextValve'
2019-09-01 19:16:45.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardContextValve)
2019-09-01 19:16:45.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:45.525 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.526 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-09-01 19:16:45.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-09-01 19:16:45.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?'
2019-09-01 19:16:45.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?)
2019-09-01 19:16:45.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:45.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:45.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:45.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:45.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.529 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5348fc61)
2019-09-01 19:16:45.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.548 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.548 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:45.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:45.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:45.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:45.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:45.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:45.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.554 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.DispatcherServletAutoConfiguration'
2019-09-01 19:16:45.555 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@571c83e3)
2019-09-01 19:16:45.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.557 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.557 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.561 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration'
2019-09-01 19:16:45.562 DEBUG 16688 --- [ Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration$$EnhancerBySpringCGLIB$$a41260c7] - unable to determine constructor/method parameter names
2019-09-01 19:16:45.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.564 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
2019-09-01 19:16:45.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:45.568 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.task.TaskExecutionAutoConfiguration' via constructor to bean named 'spring.task.execution-org.springframework.boot.autoconfigure.task.TaskExecutionProperties'
2019-09-01 19:16:45.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:45.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:45.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:45.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:45.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:45.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.570 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.576 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskExecutorBuilder'
2019-09-01 19:16:45.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7261f043)
2019-09-01 19:16:45.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.581 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.581 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:45.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:45.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:45.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:45.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:45.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardContextValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the StandardContext container implementation, group=Valve, type=org.apache.catalina.core.StandardContextValve])
2019-09-01 19:16:45.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:45.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:45.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:45.587 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.587 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:45.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:45.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:45.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:45.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardEngine'
2019-09-01 19:16:45.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardEngine)
2019-09-01 19:16:45.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardEngine'
2019-09-01 19:16:45.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardEngine)
2019-09-01 19:16:45.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Engine Component'
2019-09-01 19:16:45.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Engine Component)
2019-09-01 19:16:45.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:45.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:45.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Engine'
2019-09-01 19:16:45.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Engine)
2019-09-01 19:16:45.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContainerMBean'
2019-09-01 19:16:45.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContainerMBean)
2019-09-01 19:16:45.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:45.590 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.590 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'backgroundProcessorDelay'
2019-09-01 19:16:45.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=backgroundProcessorDelay)
2019-09-01 19:16:45.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor delay for this component.'
2019-09-01 19:16:45.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor delay for this component.)
2019-09-01 19:16:45.592 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:45.592 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:45.592 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.592 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.593 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.593 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.593 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.593 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.593 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.593 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.594 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1adac2da)
2019-09-01 19:16:45.594 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.594 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.594 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.595 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.595 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.595 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.595 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.595 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.596 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.596 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.596 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.validation.ValidationAutoConfiguration'
2019-09-01 19:16:45.596 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'catalinaBase'
2019-09-01 19:16:45.597 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=catalinaBase)
2019-09-01 19:16:45.597 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Base (instance) directory for this Engine, typically same as catalina.base system property'
2019-09-01 19:16:45.597 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Base (instance) directory for this Engine, typically same as catalina.base system property)
2019-09-01 19:16:45.597 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.598 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.598 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.598 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.598 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.598 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.599 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.599 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.599 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.600 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.600 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@e659e14)
2019-09-01 19:16:45.600 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.601 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.601 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.601 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.601 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.601 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.601 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.602 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.602 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.602 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.602 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultHost'
2019-09-01 19:16:45.602 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultHost)
2019-09-01 19:16:45.603 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the default Host for this Engine'
2019-09-01 19:16:45.603 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the default Host for this Engine)
2019-09-01 19:16:45.604 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.604 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.605 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.606 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.606 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.606 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.606 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.606 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3dd507a0)
2019-09-01 19:16:45.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.607 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultValidator'
2019-09-01 19:16:45.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.607 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.608 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.608 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.608 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.608 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.609 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.609 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'jvmRoute'
2019-09-01 19:16:45.609 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=jvmRoute)
2019-09-01 19:16:45.609 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Route used for load balancing'
2019-09-01 19:16:45.609 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Route used for load balancing)
2019-09-01 19:16:45.609 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.609 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.610 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.611 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@404b1bb1)
2019-09-01 19:16:45.611 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.611 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.611 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.612 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.612 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.612 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
2019-09-01 19:16:45.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
2019-09-01 19:16:45.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
2019-09-01 19:16:45.614 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
2019-09-01 19:16:45.614 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
2019-09-01 19:16:45.614 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
2019-09-01 19:16:45.614 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.614 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.614 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.614 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.615 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.615 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.615 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.615 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.615 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@c4bdd70)
2019-09-01 19:16:45.616 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.616 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.616 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.616 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.616 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.617 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.618 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-09-01 19:16:45.618 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-09-01 19:16:45.618 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Engine'
2019-09-01 19:16:45.618 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Engine)
2019-09-01 19:16:45.618 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.618 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.619 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.619 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.619 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.619 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.619 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.619 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.619 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.620 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.620 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2efc77d3)
2019-09-01 19:16:45.620 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.620 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.620 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.620 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.621 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.621 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.621 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.621 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.621 DEBUG 16688 --- [ Test worker] o.h.v.i.e.resolver.TraversableResolvers : Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable.
2019-09-01 19:16:45.621 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.622 DEBUG 16688 --- [ Test worker] .h.v.m.ResourceBundleMessageInterpolator : Loaded expression factory via original TCCL
2019-09-01 19:16:45.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realm'
2019-09-01 19:16:45.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realm)
2019-09-01 19:16:45.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated realm.'
2019-09-01 19:16:45.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated realm.)
2019-09-01 19:16:45.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Realm'
2019-09-01 19:16:45.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Realm)
2019-09-01 19:16:45.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.623 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.624 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.624 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.624 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.624 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.625 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.626 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3b019dab)
2019-09-01 19:16:45.626 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.626 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.626 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.626 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.626 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.627 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.627 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.627 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.628 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.628 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.629 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startChildren'
2019-09-01 19:16:45.629 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startChildren)
2019-09-01 19:16:45.630 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Will children be started automatically when they are added.'
2019-09-01 19:16:45.630 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Will children be started automatically when they are added.)
2019-09-01 19:16:45.631 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:45.631 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:45.631 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.631 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.631 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.631 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.632 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.632 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.632 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.632 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.632 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@230f9fe9)
2019-09-01 19:16:45.633 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.633 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.633 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.633 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.633 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.634 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.634 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.634 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.634 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.634 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startStopThreads'
2019-09-01 19:16:45.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startStopThreads)
2019-09-01 19:16:45.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of threads to use when starting and stopping child Hosts'
2019-09-01 19:16:45.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of threads to use when starting and stopping child Hosts)
2019-09-01 19:16:45.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:45.636 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:45.636 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.636 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.636 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.636 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.637 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.637 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.637 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.637 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.638 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@71fd76a5)
2019-09-01 19:16:45.638 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.638 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.638 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.639 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.639 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.639 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.640 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.640 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.640 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.640 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.641 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:45.641 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:45.641 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:45.642 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:45.642 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.642 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.642 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:45.643 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:45.643 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.643 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.643 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3c72c5a6)
2019-09-01 19:16:45.645 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.645 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.645 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.645 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.645 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.645 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.646 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.646 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.646 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.646 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.646 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addChild'
2019-09-01 19:16:45.647 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addChild)
2019-09-01 19:16:45.647 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a virtual host'
2019-09-01 19:16:45.648 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a virtual host)
2019-09-01 19:16:45.648 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.649 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.649 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.649 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.650 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.650 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.650 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.650 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.650 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.650 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.651 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.652 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-09-01 19:16:45.652 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-09-01 19:16:45.652 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new child to be added'
2019-09-01 19:16:45.652 DEBUG 16688 --- [ Test worker] o.h.v.i.e.resolver.TraversableResolvers : Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable.
2019-09-01 19:16:45.652 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new child to be added)
2019-09-01 19:16:45.653 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.653 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.653 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.653 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.654 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.654 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.654 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.654 DEBUG 16688 --- [ Test worker] o.h.v.internal.engine.ConfigurationImpl : Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
2019-09-01 19:16:45.654 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.654 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.654 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.655 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@ba9eb46)
2019-09-01 19:16:45.655 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.655 DEBUG 16688 --- [ Test worker] o.h.v.internal.engine.ConfigurationImpl : Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
2019-09-01 19:16:45.655 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.655 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.655 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.656 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.656 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.656 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.656 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.656 DEBUG 16688 --- [ Test worker] o.h.v.internal.engine.ConfigurationImpl : Setting custom ParameterNameProvider of type org.springframework.validation.beanvalidation.LocalValidatorFactoryBean$1
2019-09-01 19:16:45.656 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.656 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.656 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:45.657 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:45.657 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the child to be added'
2019-09-01 19:16:45.657 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the child to be added)
2019-09-01 19:16:45.657 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.657 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.657 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.658 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.658 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.658 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.658 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.658 DEBUG 16688 --- [ Test worker] o.h.v.i.xml.config.ValidationXmlParser : Trying to load META-INF/validation.xml for XML based Validator configuration.
2019-09-01 19:16:45.658 DEBUG 16688 --- [ Test worker] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via user class loader
2019-09-01 19:16:45.658 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.658 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.658 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.658 DEBUG 16688 --- [ Test worker] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via TCCL
2019-09-01 19:16:45.658 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5486cd0d)
2019-09-01 19:16:45.659 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.659 DEBUG 16688 --- [ Test worker] o.h.v.i.xml.config.ResourceLoaderHelper : Trying to load META-INF/validation.xml via Hibernate Validator's class loader
2019-09-01 19:16:45.659 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.659 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.659 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.659 DEBUG 16688 --- [ Test worker] o.h.v.i.xml.config.ValidationXmlParser : No META-INF/validation.xml found. Using annotation based configuration only.
2019-09-01 19:16:45.659 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.659 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.659 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.659 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.660 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.660 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.660 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.660 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.660 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4ed4c166)
2019-09-01 19:16:45.660 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.660 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.661 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.661 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.661 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.661 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.662 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.662 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.663 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.663 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.663 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener'
2019-09-01 19:16:45.664 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener)
2019-09-01 19:16:45.664 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Engine'
2019-09-01 19:16:45.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Engine)
2019-09-01 19:16:45.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.666 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.666 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.666 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.666 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.666 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.667 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.667 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.667 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-09-01 19:16:45.667 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-09-01 19:16:45.667 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added'
2019-09-01 19:16:45.667 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added)
2019-09-01 19:16:45.668 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.668 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.668 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.668 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.671 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.671 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.672 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.672 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.672 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.672 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.672 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@642172ef)
2019-09-01 19:16:45.672 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.672 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.673 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.673 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.674 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@209656f6)
2019-09-01 19:16:45.674 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.674 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.674 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.674 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.674 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.674 DEBUG 16688 --- [ Test worker] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator as ValidatorFactory-scoped message interpolator.
2019-09-01 19:16:45.674 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.675 DEBUG 16688 --- [ Test worker] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver.
2019-09-01 19:16:45.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.675 DEBUG 16688 --- [ Test worker] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.
2019-09-01 19:16:45.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.675 DEBUG 16688 --- [ Test worker] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.
2019-09-01 19:16:45.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve'
2019-09-01 19:16:45.675 DEBUG 16688 --- [ Test worker] o.h.v.i.engine.ValidatorFactoryImpl : HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.
2019-09-01 19:16:45.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve)
2019-09-01 19:16:45.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Engine'
2019-09-01 19:16:45.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Engine)
2019-09-01 19:16:45.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:45.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:45.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.676 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.676 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.677 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.677 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.677 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType'
2019-09-01 19:16:45.677 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType)
2019-09-01 19:16:45.677 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added'
2019-09-01 19:16:45.677 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added)
2019-09-01 19:16:45.677 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.677 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.678 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration'
2019-09-01 19:16:45.678 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.678 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.678 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.678 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.678 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.678 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.678 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.678 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.679 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@429a194c)
2019-09-01 19:16:45.679 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.679 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.679 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.679 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.679 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.680 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.680 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.680 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.681 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.681 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.681 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.681 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.681 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2a2d2f88)
2019-09-01 19:16:45.682 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.682 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.682 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.682 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.682 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.683 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.683 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.683 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.683 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.683 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.684 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-09-01 19:16:45.684 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-09-01 19:16:45.684 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-09-01 19:16:45.684 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-09-01 19:16:45.684 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.685 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.685 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.685 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.685 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.685 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.685 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.685 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.685 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.686 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.686 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.686 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.686 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@45f48628)
2019-09-01 19:16:45.686 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.686 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.687 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.687 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.687 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.687 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.687 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.687 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.688 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.688 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.688 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-09-01 19:16:45.688 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'error'
2019-09-01 19:16:45.688 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-09-01 19:16:45.688 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-09-01 19:16:45.688 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-09-01 19:16:45.688 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.688 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.689 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.689 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.689 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.689 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.689 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.689 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.689 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.689 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.690 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.690 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.690 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@57475986)
2019-09-01 19:16:45.690 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.690 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.690 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.690 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.691 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.691 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.691 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.692 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.692 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.692 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.692 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeChild'
2019-09-01 19:16:45.693 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeChild)
2019-09-01 19:16:45.693 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a child(Host) from this Engine'
2019-09-01 19:16:45.693 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a child(Host) from this Engine)
2019-09-01 19:16:45.693 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.693 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.694 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.694 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.694 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.694 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.694 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:45.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:45.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the existing child Container to be removed'
2019-09-01 19:16:45.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the existing child Container to be removed)
2019-09-01 19:16:45.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.696 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.697 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@45057a5b)
2019-09-01 19:16:45.697 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.697 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.697 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.697 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.697 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.698 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.699 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6974c1c)
2019-09-01 19:16:45.699 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.700 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.700 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.700 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameViewResolver'
2019-09-01 19:16:45.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.701 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.701 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners'
2019-09-01 19:16:45.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners)
2019-09-01 19:16:45.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Engine'
2019-09-01 19:16:45.703 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Engine)
2019-09-01 19:16:45.703 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.704 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.704 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.704 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.705 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.705 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.705 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.705 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-09-01 19:16:45.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-09-01 19:16:45.707 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed'
2019-09-01 19:16:45.707 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed)
2019-09-01 19:16:45.707 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.707 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.707 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.707 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@67335f20)
2019-09-01 19:16:45.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.709 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.709 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@ad5a129)
2019-09-01 19:16:45.711 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.711 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.711 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.711 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.711 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.711 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.712 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.712 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.712 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.712 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.712 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
2019-09-01 19:16:45.712 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
2019-09-01 19:16:45.712 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Engine'
2019-09-01 19:16:45.712 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Engine)
2019-09-01 19:16:45.712 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.712 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.712 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.713 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.713 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.713 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.713 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.713 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.713 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.714 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.714 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.714 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName'
2019-09-01 19:16:45.714 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName)
2019-09-01 19:16:45.714 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed'
2019-09-01 19:16:45.714 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed)
2019-09-01 19:16:45.714 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.714 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.715 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.715 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.715 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.715 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.715 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.715 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@646cc58a)
2019-09-01 19:16:45.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.717 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.717 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.717 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.717 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.717 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.717 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'errorAttributes'
2019-09-01 19:16:45.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@58a782b7)
2019-09-01 19:16:45.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.719 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.719 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.719 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.719 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.719 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-09-01 19:16:45.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-09-01 19:16:45.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-09-01 19:16:45.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-09-01 19:16:45.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.721 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@25100cdc)
2019-09-01 19:16:45.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.722 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.722 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-09-01 19:16:45.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-09-01 19:16:45.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-09-01 19:16:45.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-09-01 19:16:45.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.724 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'basicErrorController'
2019-09-01 19:16:45.725 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2eb2dbe)
2019-09-01 19:16:45.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.727 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.727 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'basicErrorController' via factory method to bean named 'errorAttributes'
2019-09-01 19:16:45.727 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:45.727 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:45.727 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.728 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:45.728 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.728 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:45.728 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:45.728 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardEngine, className=org.apache.catalina.mbeans.ContainerMBean, description=Standard Engine Component, group=Engine, type=org.apache.catalina.core.StandardEngine])
2019-09-01 19:16:45.729 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:45.730 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.730 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:45.730 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:45.730 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.730 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:45.730 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:45.730 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:45.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:45.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardEngineValve'
2019-09-01 19:16:45.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardEngineValve)
2019-09-01 19:16:45.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the StandardEngine container implementation'
2019-09-01 19:16:45.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the StandardEngine container implementation)
2019-09-01 19:16:45.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:45.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:45.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-09-01 19:16:45.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-09-01 19:16:45.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardEngineValve'
2019-09-01 19:16:45.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardEngineValve)
2019-09-01 19:16:45.733 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:45.733 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.733 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.733 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.733 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.733 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.734 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.734 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-09-01 19:16:45.734 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-09-01 19:16:45.734 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?'
2019-09-01 19:16:45.734 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?)
2019-09-01 19:16:45.734 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:45.735 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:45.735 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:45.735 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:45.735 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.736 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.736 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.736 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.736 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.736 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.736 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.737 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.737 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@29e8fc)
2019-09-01 19:16:45.737 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.737 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.737 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.737 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration'
2019-09-01 19:16:45.737 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.738 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.738 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.738 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.738 DEBUG 16688 --- [ Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration$$EnhancerBySpringCGLIB$$e1a0eb9c] - unable to determine constructor/method parameter names
2019-09-01 19:16:45.738 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.738 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration' via constructor to bean named 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties'
2019-09-01 19:16:45.739 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.739 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.739 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:45.739 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:45.739 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:45.740 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:45.740 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.740 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.740 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:45.740 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:45.740 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.740 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.740 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.740 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.740 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.741 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.741 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.741 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.741 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@647f6074)
2019-09-01 19:16:45.741 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.741 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.741 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.742 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.742 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.742 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:45.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:45.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:45.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:45.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:45.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:45.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.752 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@412ce6cb)
2019-09-01 19:16:45.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.753 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.753 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:45.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:45.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:45.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:45.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:45.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardEngineValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the StandardEngine container implementation, group=Valve, type=org.apache.catalina.core.StandardEngineValve])
2019-09-01 19:16:45.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:45.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.755 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:45.755 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:45.755 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.755 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:45.755 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:45.755 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:45.755 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.755 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:45.755 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardHost'
2019-09-01 19:16:45.756 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardHost)
2019-09-01 19:16:45.756 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Host Component'
2019-09-01 19:16:45.756 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Host Component)
2019-09-01 19:16:45.756 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:45.756 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:45.756 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Host'
2019-09-01 19:16:45.756 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Host)
2019-09-01 19:16:45.756 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardHost'
2019-09-01 19:16:45.757 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardHost)
2019-09-01 19:16:45.757 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContainerMBean'
2019-09-01 19:16:45.757 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContainerMBean)
2019-09-01 19:16:45.757 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:45.757 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.757 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.757 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.757 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.757 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.758 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.758 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'aliases'
2019-09-01 19:16:45.758 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=aliases)
2019-09-01 19:16:45.758 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Host aliases'
2019-09-01 19:16:45.758 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Host aliases)
2019-09-01 19:16:45.758 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-09-01 19:16:45.758 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-09-01 19:16:45.758 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.758 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.759 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.759 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.759 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'faviconHandlerMapping'
2019-09-01 19:16:45.759 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.759 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.760 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.760 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.760 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4a337629)
2019-09-01 19:16:45.760 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.760 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.761 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.761 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.761 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.761 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.761 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.761 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.761 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.761 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.762 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'appBase'
2019-09-01 19:16:45.762 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=appBase)
2019-09-01 19:16:45.762 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The application root for this Host'
2019-09-01 19:16:45.762 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The application root for this Host)
2019-09-01 19:16:45.762 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.762 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.762 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.763 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.763 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.763 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.763 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.763 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.763 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.763 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.763 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c8fdb1a)
2019-09-01 19:16:45.763 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.763 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.764 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.764 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.764 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.764 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.764 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.764 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.765 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.765 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.765 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'autoDeploy'
2019-09-01 19:16:45.765 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=autoDeploy)
2019-09-01 19:16:45.765 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The auto deploy flag for this Host'
2019-09-01 19:16:45.765 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The auto deploy flag for this Host)
2019-09-01 19:16:45.765 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:45.765 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:45.766 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.766 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.766 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.766 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.766 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.767 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.767 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.767 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.767 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7b4556cb)
2019-09-01 19:16:45.767 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.768 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.768 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.768 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.768 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.770 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.770 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'backgroundProcessorDelay'
2019-09-01 19:16:45.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=backgroundProcessorDelay)
2019-09-01 19:16:45.772 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor delay for this component.'
2019-09-01 19:16:45.772 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'faviconRequestHandler'
2019-09-01 19:16:45.772 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor delay for this component.)
2019-09-01 19:16:45.772 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:45.772 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:45.772 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.772 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@28c770ec)
2019-09-01 19:16:45.774 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.774 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.774 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.774 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.774 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.774 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.775 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.775 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.775 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.775 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.775 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'children'
2019-09-01 19:16:45.775 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=children)
2019-09-01 19:16:45.776 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object names of all children'
2019-09-01 19:16:45.776 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object names of all children)
2019-09-01 19:16:45.776 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
2019-09-01 19:16:45.776 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
2019-09-01 19:16:45.776 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.777 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.778 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7994d9e3)
2019-09-01 19:16:45.778 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.778 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.778 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.778 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.778 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.779 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.779 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.779 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.779 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.779 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.780 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configClass'
2019-09-01 19:16:45.780 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configClass)
2019-09-01 19:16:45.780 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The configuration class for contexts'
2019-09-01 19:16:45.780 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The configuration class for contexts)
2019-09-01 19:16:45.780 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.781 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.781 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.781 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.781 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.781 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.781 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6b518ac0)
2019-09-01 19:16:45.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.783 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.783 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.783 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.783 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.783 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.783 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.784 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.784 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.784 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextClass'
2019-09-01 19:16:45.784 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextClass)
2019-09-01 19:16:45.784 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java class name of the default Context implementation class for deployed web applications.'
2019-09-01 19:16:45.785 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java class name of the default Context implementation class for deployed web applications.)
2019-09-01 19:16:45.785 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.785 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.785 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:45.785 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:45.785 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.786 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.786 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.786 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.786 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.786 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.786 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.787 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.787 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3af36a6f)
2019-09-01 19:16:45.787 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.787 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.787 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.787 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.788 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.788 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.788 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.788 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.789 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.789 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.789 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'copyXML'
2019-09-01 19:16:45.789 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=copyXML)
2019-09-01 19:16:45.789 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should XML files be copied to $CATALINA_BASE/conf/{engine}/{host} by default when a web application is deployed?'
2019-09-01 19:16:45.789 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should XML files be copied to $CATALINA_BASE/conf/{engine}/{host} by default when a web application is deployed?)
2019-09-01 19:16:45.790 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:45.790 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:45.790 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:45.790 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:45.791 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.791 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.791 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.791 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.791 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@29202dcd)
2019-09-01 19:16:45.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.793 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.793 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.793 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.793 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.794 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.794 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.794 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.794 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'createDirs'
2019-09-01 19:16:45.795 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=createDirs)
2019-09-01 19:16:45.795 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we create directories upon startup for appBase and xmlBase? '
2019-09-01 19:16:45.795 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we create directories upon startup for appBase and xmlBase? )
2019-09-01 19:16:45.795 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:45.796 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:45.797 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.797 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.797 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.798 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.798 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.798 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.798 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.798 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@76a4b2cb)
2019-09-01 19:16:45.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.799 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.800 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployIgnore'
2019-09-01 19:16:45.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployIgnore)
2019-09-01 19:16:45.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Paths within appBase ignored for automatic deployment'
2019-09-01 19:16:45.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Paths within appBase ignored for automatic deployment)
2019-09-01 19:16:45.802 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.802 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.802 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.802 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.802 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.804 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@11c42155)
2019-09-01 19:16:45.804 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.804 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.804 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.804 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.805 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.805 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.805 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.805 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.805 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.806 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.806 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployOnStartup'
2019-09-01 19:16:45.806 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployOnStartup)
2019-09-01 19:16:45.806 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deploy on startup flag for this Host'
2019-09-01 19:16:45.806 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deploy on startup flag for this Host)
2019-09-01 19:16:45.807 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:45.807 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:45.807 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.808 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.809 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.809 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@30458110)
2019-09-01 19:16:45.809 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.809 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.809 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.809 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.809 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.809 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.810 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.810 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.810 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.810 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.810 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployXML'
2019-09-01 19:16:45.810 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployXML)
2019-09-01 19:16:45.810 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'deploy Context XML config files property'
2019-09-01 19:16:45.811 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=deploy Context XML config files property)
2019-09-01 19:16:45.811 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:45.811 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:45.811 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:45.811 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:45.811 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.811 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.811 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.812 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.812 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.812 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.812 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.812 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.812 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@18239c90)
2019-09-01 19:16:45.812 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.813 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.813 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.813 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.813 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.813 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.813 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.814 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.814 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.814 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.814 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'errorReportValveClass'
2019-09-01 19:16:45.814 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=errorReportValveClass)
2019-09-01 19:16:45.814 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java class name of the default error reporter implementation class for deployed web applications.'
2019-09-01 19:16:45.814 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java class name of the default error reporter implementation class for deployed web applications.)
2019-09-01 19:16:45.815 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.815 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.815 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:45.815 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:45.815 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.816 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.816 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.816 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.816 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.816 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.816 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.817 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.817 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4bc257b5)
2019-09-01 19:16:45.817 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.817 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.817 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.817 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.818 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.818 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.818 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.818 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.819 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.819 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.819 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
2019-09-01 19:16:45.819 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
2019-09-01 19:16:45.819 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
2019-09-01 19:16:45.820 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
2019-09-01 19:16:45.820 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
2019-09-01 19:16:45.820 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
2019-09-01 19:16:45.820 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.820 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.821 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.821 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.821 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.821 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.821 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.822 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.822 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7bbc1911)
2019-09-01 19:16:45.822 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.822 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.822 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.822 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.823 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.823 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.823 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.823 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.823 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.823 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.823 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-09-01 19:16:45.823 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-09-01 19:16:45.824 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Host'
2019-09-01 19:16:45.824 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Host)
2019-09-01 19:16:45.824 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.824 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.824 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.825 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.825 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.826 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.826 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.826 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.826 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.826 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.826 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@676d4a77)
2019-09-01 19:16:45.826 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.827 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.827 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.827 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.827 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.827 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.827 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.828 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.828 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.828 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.828 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realm'
2019-09-01 19:16:45.828 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realm)
2019-09-01 19:16:45.828 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Associated realm.'
2019-09-01 19:16:45.828 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Associated realm.)
2019-09-01 19:16:45.829 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'org.apache.catalina.Realm'
2019-09-01 19:16:45.829 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=org.apache.catalina.Realm)
2019-09-01 19:16:45.829 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.829 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.829 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.829 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.829 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.829 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.830 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.830 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.830 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@632e9d16)
2019-09-01 19:16:45.830 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.830 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.830 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.830 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.830 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.830 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.831 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.831 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.831 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.831 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.831 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startChildren'
2019-09-01 19:16:45.831 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startChildren)
2019-09-01 19:16:45.831 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Will children be started automatically when they are added?'
2019-09-01 19:16:45.831 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Will children be started automatically when they are added?)
2019-09-01 19:16:45.832 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:45.832 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:45.832 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.832 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.832 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.832 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.832 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.832 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3a080139)
2019-09-01 19:16:45.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.833 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.834 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.834 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.834 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.834 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.834 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.834 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'startStopThreads'
2019-09-01 19:16:45.834 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=startStopThreads)
2019-09-01 19:16:45.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of threads to use when starting, stopping and deploying child Contexts'
2019-09-01 19:16:45.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of threads to use when starting, stopping and deploying child Contexts)
2019-09-01 19:16:45.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:45.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:45.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.835 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2167f3f8)
2019-09-01 19:16:45.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.837 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.837 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:45.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:45.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:45.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:45.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:45.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:45.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.839 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.840 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2c542b51)
2019-09-01 19:16:45.840 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.840 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.840 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.841 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.841 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.841 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.841 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.841 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'undeployOldVersions'
2019-09-01 19:16:45.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=undeployOldVersions)
2019-09-01 19:16:45.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Determines if old versions of applications deployed using parallel deployment are automatically undeployed when no longer used. Requires autoDeploy to be enabled.'
2019-09-01 19:16:45.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Determines if old versions of applications deployed using parallel deployment are automatically undeployed when no longer used. Requires autoDeploy to be enabled.)
2019-09-01 19:16:45.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:45.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:45.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.843 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.844 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.844 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.844 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.844 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.844 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.844 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3b05d5e0)
2019-09-01 19:16:45.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.847 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.847 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.848 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.848 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.848 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unpackWARs'
2019-09-01 19:16:45.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unpackWARs)
2019-09-01 19:16:45.850 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unpack WARs property'
2019-09-01 19:16:45.850 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unpack WARs property)
2019-09-01 19:16:45.850 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:45.851 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:45.851 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:45.851 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:45.851 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.852 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.852 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.852 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.852 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.852 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.852 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.852 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.852 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@41fe1a70)
2019-09-01 19:16:45.853 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.853 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.854 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.854 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.854 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.854 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.854 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.854 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.854 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'valveNames'
2019-09-01 19:16:45.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=valveNames)
2019-09-01 19:16:45.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Return the MBean Names of the Valves associated with this Host'
2019-09-01 19:16:45.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Return the MBean Names of the Valves associated with this Host)
2019-09-01 19:16:45.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-09-01 19:16:45.856 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-09-01 19:16:45.856 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.856 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.856 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.856 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.857 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.857 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.857 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.857 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.857 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5f98c984)
2019-09-01 19:16:45.857 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.857 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.857 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.858 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.858 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.858 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.858 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.858 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.859 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.859 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.861 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'workDir'
2019-09-01 19:16:45.861 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=workDir)
2019-09-01 19:16:45.861 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Work Directory base for applications'
2019-09-01 19:16:45.861 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Work Directory base for applications)
2019-09-01 19:16:45.861 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.861 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.862 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.862 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.862 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.862 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.862 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.862 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.863 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.863 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.863 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@529b6f85)
2019-09-01 19:16:45.863 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.863 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.864 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.864 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.864 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.864 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.865 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.865 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.865 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.865 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.865 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xmlBase'
2019-09-01 19:16:45.865 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xmlBase)
2019-09-01 19:16:45.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The XML root for this Host.'
2019-09-01 19:16:45.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The XML root for this Host.)
2019-09-01 19:16:45.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.866 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.867 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.867 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.867 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.867 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.867 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.867 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@47241ae3)
2019-09-01 19:16:45.868 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.868 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.868 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.868 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.868 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.868 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addAlias'
2019-09-01 19:16:45.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addAlias)
2019-09-01 19:16:45.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add an alias name that should be mapped to this Host'
2019-09-01 19:16:45.870 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add an alias name that should be mapped to this Host)
2019-09-01 19:16:45.870 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.870 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.870 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.870 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.870 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.870 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.870 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.871 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.871 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.871 DEBUG 16688 --- [ Test worker] o.s.w.s.handler.SimpleUrlHandlerMapping : Patterns [/**/favicon.ico] in 'faviconHandlerMapping'
2019-09-01 19:16:45.872 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.872 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration'
2019-09-01 19:16:45.873 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.873 DEBUG 16688 --- [ Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration$$EnhancerBySpringCGLIB$$83601871] - unable to determine constructor/method parameter names
2019-09-01 19:16:45.873 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'alias'
2019-09-01 19:16:45.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=alias)
2019-09-01 19:16:45.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The alias to be added'
2019-09-01 19:16:45.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The alias to be added)
2019-09-01 19:16:45.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.875 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7638a5ed)
2019-09-01 19:16:45.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.877 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$EnableWebMvcConfiguration' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@6f2806cc'
2019-09-01 19:16:45.877 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.877 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6f759647)
2019-09-01 19:16:45.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.879 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.879 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.879 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.879 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.879 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.879 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.880 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addChild'
2019-09-01 19:16:45.880 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addChild)
2019-09-01 19:16:45.880 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a child(Context) to this Host'
2019-09-01 19:16:45.880 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a child(Context) to this Host)
2019-09-01 19:16:45.880 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.880 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.881 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.881 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.881 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.881 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.881 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.882 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.882 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.882 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.882 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.882 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-09-01 19:16:45.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-09-01 19:16:45.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new child to be added'
2019-09-01 19:16:45.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new child to be added)
2019-09-01 19:16:45.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.884 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@661b2b6b)
2019-09-01 19:16:45.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.886 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.886 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.887 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.887 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.887 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.887 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:45.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:45.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the child to be added'
2019-09-01 19:16:45.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the child to be added)
2019-09-01 19:16:45.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.889 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.891 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@18fd649)
2019-09-01 19:16:45.891 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.891 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.891 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.892 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.892 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.893 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@322b0c58)
2019-09-01 19:16:45.893 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.893 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.893 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.893 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.893 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.893 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.893 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.893 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener'
2019-09-01 19:16:45.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener)
2019-09-01 19:16:45.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Host'
2019-09-01 19:16:45.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Host)
2019-09-01 19:16:45.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.895 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.895 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.895 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.895 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.895 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.895 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.895 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.896 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.896 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.896 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-09-01 19:16:45.897 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-09-01 19:16:45.897 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added'
2019-09-01 19:16:45.897 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added)
2019-09-01 19:16:45.897 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.897 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.898 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@71af73f4)
2019-09-01 19:16:45.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.899 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.899 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4e505ed9)
2019-09-01 19:16:45.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.901 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.901 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.901 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.901 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.901 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.901 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.902 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.902 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.902 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.902 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve'
2019-09-01 19:16:45.902 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve)
2019-09-01 19:16:45.902 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Host'
2019-09-01 19:16:45.902 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Host)
2019-09-01 19:16:45.902 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.903 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter'
2019-09-01 19:16:45.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:45.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:45.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.903 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.903 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.903 DEBUG 16688 --- [ Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$$EnhancerBySpringCGLIB$$2563e356] - unable to determine constructor/method parameter names
2019-09-01 19:16:45.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.904 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.904 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.904 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.904 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType'
2019-09-01 19:16:45.904 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType)
2019-09-01 19:16:45.904 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.resources-org.springframework.boot.autoconfigure.web.ResourceProperties'
2019-09-01 19:16:45.904 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'spring.mvc-org.springframework.boot.autoconfigure.web.servlet.WebMvcProperties'
2019-09-01 19:16:45.904 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added'
2019-09-01 19:16:45.904 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter' via constructor to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@6f2806cc'
2019-09-01 19:16:45.904 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added)
2019-09-01 19:16:45.904 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.904 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.905 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.905 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.905 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.905 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.905 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.905 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.905 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.905 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.905 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3112f4c4)
2019-09-01 19:16:45.905 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.906 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.906 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.906 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.906 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.906 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.906 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.907 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.907 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.907 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.907 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.907 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.907 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5bb17772)
2019-09-01 19:16:45.907 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.908 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.908 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.908 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.908 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.908 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.908 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.908 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.908 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.909 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.909 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-09-01 19:16:45.909 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-09-01 19:16:45.909 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-09-01 19:16:45.909 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-09-01 19:16:45.909 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.909 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.910 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.910 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.910 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.910 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.910 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.910 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.910 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.910 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@510b8f23)
2019-09-01 19:16:45.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.912 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.912 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.912 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.912 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.912 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.913 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.913 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findAliases'
2019-09-01 19:16:45.913 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findAliases)
2019-09-01 19:16:45.913 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of alias names for this Host'
2019-09-01 19:16:45.913 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of alias names for this Host)
2019-09-01 19:16:45.913 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-09-01 19:16:45.914 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-09-01 19:16:45.914 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:45.914 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:45.914 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.914 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.914 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.915 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.915 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.915 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.915 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.915 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.915 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1d61b54d)
2019-09-01 19:16:45.915 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.916 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.916 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.916 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.916 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.916 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.916 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.916 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findReloadedContextMemoryLeaks'
2019-09-01 19:16:45.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findReloadedContextMemoryLeaks)
2019-09-01 19:16:45.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Provide a list of contexts that have leaked memory on reload. This will attempt to force a full garbage collection. Use with extreme caution on production systems.'
2019-09-01 19:16:45.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Provide a list of contexts that have leaked memory on reload. This will attempt to force a full garbage collection. Use with extreme caution on production systems.)
2019-09-01 19:16:45.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:45.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:45.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.918 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3b73c6f1)
2019-09-01 19:16:45.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.920 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.920 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerAdapter'
2019-09-01 19:16:45.920 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.920 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.920 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.920 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.920 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.921 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.921 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-09-01 19:16:45.921 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-09-01 19:16:45.921 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-09-01 19:16:45.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-09-01 19:16:45.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.923 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6b292c0a)
2019-09-01 19:16:45.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.925 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.925 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.925 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.926 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.927 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.929 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeAlias'
2019-09-01 19:16:45.929 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeAlias)
2019-09-01 19:16:45.929 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified alias name from the aliases for this Host'
2019-09-01 19:16:45.929 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified alias name from the aliases for this Host)
2019-09-01 19:16:45.929 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.930 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.931 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.931 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.931 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.931 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.931 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'alias'
2019-09-01 19:16:45.933 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=alias)
2019-09-01 19:16:45.933 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Alias name to be removed'
2019-09-01 19:16:45.933 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Alias name to be removed)
2019-09-01 19:16:45.933 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.934 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.934 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.934 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.934 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.934 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.935 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.935 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.935 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.935 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6656c4db)
2019-09-01 19:16:45.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.937 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.937 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@760dde81)
2019-09-01 19:16:45.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.939 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.939 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeChild'
2019-09-01 19:16:45.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeChild)
2019-09-01 19:16:45.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a child(Context) from this Host'
2019-09-01 19:16:45.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a child(Context) from this Host)
2019-09-01 19:16:45.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.941 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.941 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:45.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:45.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the existing child Container to be removed'
2019-09-01 19:16:45.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the existing child Container to be removed)
2019-09-01 19:16:45.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.942 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@53eccaff)
2019-09-01 19:16:45.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.944 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.944 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7187f5f4)
2019-09-01 19:16:45.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.945 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.946 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners'
2019-09-01 19:16:45.947 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners)
2019-09-01 19:16:45.947 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Host'
2019-09-01 19:16:45.947 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Host)
2019-09-01 19:16:45.947 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.947 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.947 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.948 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.948 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-09-01 19:16:45.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-09-01 19:16:45.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed'
2019-09-01 19:16:45.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed)
2019-09-01 19:16:45.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.950 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@21279703)
2019-09-01 19:16:45.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.951 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.951 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3946ac70)
2019-09-01 19:16:45.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.952 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.953 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
2019-09-01 19:16:45.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
2019-09-01 19:16:45.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Host'
2019-09-01 19:16:45.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Host)
2019-09-01 19:16:45.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.954 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcContentNegotiationManager'
2019-09-01 19:16:45.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.955 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.955 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:45.955 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.955 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.955 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.955 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:45.955 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName'
2019-09-01 19:16:45.956 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName)
2019-09-01 19:16:45.956 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed'
2019-09-01 19:16:45.956 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed)
2019-09-01 19:16:45.956 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.956 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:45.956 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.956 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:45.956 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:45.956 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:45.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@cc82295)
2019-09-01 19:16:45.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:45.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:45.957 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.958 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@42ae5ead)
2019-09-01 19:16:45.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.959 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.959 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-09-01 19:16:45.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-09-01 19:16:45.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-09-01 19:16:45.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-09-01 19:16:45.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.961 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.962 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.962 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.962 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.962 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5fac4674)
2019-09-01 19:16:45.962 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.963 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.963 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.963 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.963 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.964 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:45.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:45.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-09-01 19:16:45.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-09-01 19:16:45.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-09-01 19:16:45.966 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-09-01 19:16:45.966 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:45.966 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:45.966 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:45.967 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:45.967 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.967 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:45.967 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:45.967 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.967 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.967 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'messageConverters'
2019-09-01 19:16:45.967 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.968 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.968 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration'
2019-09-01 19:16:45.968 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:45.968 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@538554dd)
2019-09-01 19:16:45.968 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.968 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.968 DEBUG 16688 --- [ Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$$EnhancerBySpringCGLIB$$32a69385] - unable to determine constructor/method parameter names
2019-09-01 19:16:45.969 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:45.969 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:45.969 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.969 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:45.969 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:45.969 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.970 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:45.970 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.970 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:45.970 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:45.970 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardHost, className=org.apache.catalina.mbeans.ContainerMBean, description=Standard Host Component, group=Host, type=org.apache.catalina.core.StandardHost])
2019-09-01 19:16:45.970 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:45.971 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.971 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:45.971 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:45.971 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.972 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:45.972 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:45.972 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:45.972 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.972 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:45.972 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardHostValve'
2019-09-01 19:16:45.972 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardHostValve)
2019-09-01 19:16:45.973 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the StandardHost container implementation'
2019-09-01 19:16:45.973 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the StandardHost container implementation)
2019-09-01 19:16:45.973 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:45.974 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:45.974 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-09-01 19:16:45.974 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-09-01 19:16:45.974 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardHostValve'
2019-09-01 19:16:45.974 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardHostValve)
2019-09-01 19:16:45.974 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:45.975 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.975 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'stringHttpMessageConverter'
2019-09-01 19:16:45.975 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration'
2019-09-01 19:16:45.975 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.975 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.975 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.975 DEBUG 16688 --- [ Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration$$EnhancerBySpringCGLIB$$65b45a25] - unable to determine constructor/method parameter names
2019-09-01 19:16:45.976 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.http.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration' via constructor to bean named 'spring.http-org.springframework.boot.autoconfigure.http.HttpProperties'
2019-09-01 19:16:45.976 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.976 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.976 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-09-01 19:16:45.977 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-09-01 19:16:45.978 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?'
2019-09-01 19:16:45.978 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?)
2019-09-01 19:16:45.978 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:45.978 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:45.978 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:45.978 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:45.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.979 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1e1418b2)
2019-09-01 19:16:45.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.980 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.980 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:45.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:45.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:45.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:45.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:45.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:45.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.982 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.983 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e7f66eb)
2019-09-01 19:16:45.983 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.983 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.983 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.983 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.983 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.983 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.983 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.984 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.984 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.984 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.984 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:45.984 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:45.984 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:45.984 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:45.984 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.984 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:45.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:45.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.985 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.986 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.986 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@135d0ab6)
2019-09-01 19:16:45.986 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.986 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.986 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.986 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.986 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.986 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:45.986 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:45.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:45.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:45.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:45.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:45.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardHostValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the StandardHost container implementation, group=Valve, type=org.apache.catalina.core.StandardHostValve])
2019-09-01 19:16:45.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:45.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.988 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:45.988 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:45.988 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.988 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:45.988 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:45.988 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:45.989 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.989 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:45.989 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardServer'
2019-09-01 19:16:45.989 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardServer)
2019-09-01 19:16:45.990 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Server Component'
2019-09-01 19:16:45.990 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Server Component)
2019-09-01 19:16:45.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:45.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:45.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Server'
2019-09-01 19:16:45.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Server)
2019-09-01 19:16:45.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardServer'
2019-09-01 19:16:45.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardServer)
2019-09-01 19:16:45.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:45.993 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.993 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'address'
2019-09-01 19:16:45.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=address)
2019-09-01 19:16:45.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The address on which we wait for shutdown commands.'
2019-09-01 19:16:45.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The address on which we wait for shutdown commands.)
2019-09-01 19:16:45.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:45.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:45.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.994 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.995 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.995 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.995 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:45.995 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.995 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.995 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3e0edf0f)
2019-09-01 19:16:45.995 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.995 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:45.995 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:45.996 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:45.996 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:45.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:45.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:45.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:45.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
2019-09-01 19:16:45.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
2019-09-01 19:16:45.997 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
2019-09-01 19:16:45.997 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
2019-09-01 19:16:45.997 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
2019-09-01 19:16:45.998 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
2019-09-01 19:16:45.999 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:45.999 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:45.999 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:45.999 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:45.999 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.000 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.000 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.001 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.001 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@12ab9e8f)
2019-09-01 19:16:46.001 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.002 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.003 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.004 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.004 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.004 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.004 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.005 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.005 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.005 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.005 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'port'
2019-09-01 19:16:46.005 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=port)
2019-09-01 19:16:46.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'TCP port (excluding any offset) for shutdown messages'
2019-09-01 19:16:46.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=TCP port (excluding any offset) for shutdown messages)
2019-09-01 19:16:46.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.006 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.007 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.007 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.007 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.007 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@588a8a0b)
2019-09-01 19:16:46.007 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.007 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.007 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.008 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.008 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.008 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.008 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.008 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.008 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.008 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.009 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portOffset'
2019-09-01 19:16:46.009 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portOffset)
2019-09-01 19:16:46.009 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The offset applied to port and to the port attributes of any nested connectors'
2019-09-01 19:16:46.009 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The offset applied to port and to the port attributes of any nested connectors)
2019-09-01 19:16:46.009 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.009 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.009 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.009 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.010 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.010 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.010 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.010 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.010 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.010 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.010 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mappingJackson2HttpMessageConverter'
2019-09-01 19:16:46.010 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@26e7f5ca)
2019-09-01 19:16:46.010 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration$MappingJackson2HttpMessageConverterConfiguration'
2019-09-01 19:16:46.011 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.011 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.011 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.011 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.011 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.012 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.012 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.012 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.012 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.012 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.012 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portWithOffset'
2019-09-01 19:16:46.012 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portWithOffset)
2019-09-01 19:16:46.012 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Actual TCP port (including any offset) for shutdown messages'
2019-09-01 19:16:46.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Actual TCP port (including any offset) for shutdown messages)
2019-09-01 19:16:46.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.013 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6e59b0be)
2019-09-01 19:16:46.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.015 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.015 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serverInfo'
2019-09-01 19:16:46.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serverInfo)
2019-09-01 19:16:46.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Tomcat server release identifier'
2019-09-01 19:16:46.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Tomcat server release identifier)
2019-09-01 19:16:46.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.017 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2048141c)
2019-09-01 19:16:46.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.018 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.018 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.018 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.018 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.018 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.018 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.018 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.018 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.018 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serverBuilt'
2019-09-01 19:16:46.018 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serverBuilt)
2019-09-01 19:16:46.019 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Tomcat server built timestamp'
2019-09-01 19:16:46.019 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Tomcat server built timestamp)
2019-09-01 19:16:46.019 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.019 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.019 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.019 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.019 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.019 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.019 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.020 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.020 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.020 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.020 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.020 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.020 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonObjectMapper'
2019-09-01 19:16:46.020 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2c9e08cc)
2019-09-01 19:16:46.020 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration'
2019-09-01 19:16:46.020 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.020 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.020 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.020 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.020 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.021 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.021 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.021 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.021 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.021 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.021 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serverNumber'
2019-09-01 19:16:46.021 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serverNumber)
2019-09-01 19:16:46.022 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Tomcat server's version number'
2019-09-01 19:16:46.022 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Tomcat server's version number)
2019-09-01 19:16:46.022 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.022 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.022 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.022 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.022 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.022 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.022 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.022 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.022 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@354ef130)
2019-09-01 19:16:46.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.024 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.024 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'serviceNames'
2019-09-01 19:16:46.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=serviceNames)
2019-09-01 19:16:46.025 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Object names of all services we know about'
2019-09-01 19:16:46.025 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Object names of all services we know about)
2019-09-01 19:16:46.025 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
2019-09-01 19:16:46.025 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
2019-09-01 19:16:46.025 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.025 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.025 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.026 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@16b16b67)
2019-09-01 19:16:46.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.027 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.027 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'shutdown'
2019-09-01 19:16:46.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=shutdown)
2019-09-01 19:16:46.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Shutdown password'
2019-09-01 19:16:46.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Shutdown password)
2019-09-01 19:16:46.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.029 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.029 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.029 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.029 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.029 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.029 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.029 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonObjectMapperBuilder'
2019-09-01 19:16:46.029 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.029 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.030 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration'
2019-09-01 19:16:46.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@76b97559)
2019-09-01 19:16:46.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.030 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.030 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.030 DEBUG 16688 --- [ Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration$$EnhancerBySpringCGLIB$$2653099b] - unable to determine constructor/method parameter names
2019-09-01 19:16:46.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.031 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration' via constructor to bean named 'org.springframework.web.context.support.GenericWebApplicationContext@321c2e0f'
2019-09-01 19:16:46.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:46.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:46.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:46.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:46.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.032 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2a3ddb2a)
2019-09-01 19:16:46.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.033 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.033 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'await'
2019-09-01 19:16:46.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=await)
2019-09-01 19:16:46.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Wait for the shutdown message'
2019-09-01 19:16:46.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Wait for the shutdown message)
2019-09-01 19:16:46.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.035 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@68b8782c)
2019-09-01 19:16:46.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.036 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.036 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'storeConfig'
2019-09-01 19:16:46.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=storeConfig)
2019-09-01 19:16:46.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Save current state to server.xml file'
2019-09-01 19:16:46.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Save current state to server.xml file)
2019-09-01 19:16:46.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.038 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.038 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@75cfdc0f)
2019-09-01 19:16:46.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.039 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.039 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardServer, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Standard Server Component, group=Server, type=org.apache.catalina.core.StandardServer])
2019-09-01 19:16:46.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.041 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'standardJacksonObjectMapperBuilderCustomizer'
2019-09-01 19:16:46.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.041 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$Jackson2ObjectMapperBuilderCustomizerConfiguration'
2019-09-01 19:16:46.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.041 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.042 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardService'
2019-09-01 19:16:46.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardService)
2019-09-01 19:16:46.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard Service Component'
2019-09-01 19:16:46.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard Service Component)
2019-09-01 19:16:46.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:46.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:46.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Service'
2019-09-01 19:16:46.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Service)
2019-09-01 19:16:46.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardService'
2019-09-01 19:16:46.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardService)
2019-09-01 19:16:46.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ServiceMBean'
2019-09-01 19:16:46.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ServiceMBean)
2019-09-01 19:16:46.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.044 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.044 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectorNames'
2019-09-01 19:16:46.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectorNames)
2019-09-01 19:16:46.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'ObjectNames of the connectors'
2019-09-01 19:16:46.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=ObjectNames of the connectors)
2019-09-01 19:16:46.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
2019-09-01 19:16:46.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
2019-09-01 19:16:46.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.046 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@27137a53)
2019-09-01 19:16:46.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.047 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.047 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'managedResource'
2019-09-01 19:16:46.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=managedResource)
2019-09-01 19:16:46.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The managed resource this MBean is associated with'
2019-09-01 19:16:46.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The managed resource this MBean is associated with)
2019-09-01 19:16:46.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
2019-09-01 19:16:46.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
2019-09-01 19:16:46.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.048 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2c37f51a)
2019-09-01 19:16:46.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.050 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.050 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.050 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties'
2019-09-01 19:16:46.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-09-01 19:16:46.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-09-01 19:16:46.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Service'
2019-09-01 19:16:46.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Service)
2019-09-01 19:16:46.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.052 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f771f22)
2019-09-01 19:16:46.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.053 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.053 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:46.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:46.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:46.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:46.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.055 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6be5e641)
2019-09-01 19:16:46.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.056 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.056 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addConnector'
2019-09-01 19:16:46.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addConnector)
2019-09-01 19:16:46.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new connector'
2019-09-01 19:16:46.057 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'org.springframework.web.context.support.GenericWebApplicationContext@321c2e0f'
2019-09-01 19:16:46.057 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'standardJacksonObjectMapperBuilderCustomizer' via factory method to bean named 'spring.jackson-org.springframework.boot.autoconfigure.jackson.JacksonProperties'
2019-09-01 19:16:46.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new connector)
2019-09-01 19:16:46.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.058 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.058 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'address'
2019-09-01 19:16:46.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=address)
2019-09-01 19:16:46.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The IP address on which to bind'
2019-09-01 19:16:46.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The IP address on which to bind)
2019-09-01 19:16:46.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.060 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.060 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.060 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.060 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.060 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.060 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.060 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.060 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5798c88c)
2019-09-01 19:16:46.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.061 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.061 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'port'
2019-09-01 19:16:46.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=port)
2019-09-01 19:16:46.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'TCP port number to listen on'
2019-09-01 19:16:46.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=TCP port number to listen on)
2019-09-01 19:16:46.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'int'
2019-09-01 19:16:46.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=int)
2019-09-01 19:16:46.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.063 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@44946840)
2019-09-01 19:16:46.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.064 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.064 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'isAjp'
2019-09-01 19:16:46.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=isAjp)
2019-09-01 19:16:46.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Create a AJP/1.3 Connector'
2019-09-01 19:16:46.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Create a AJP/1.3 Connector)
2019-09-01 19:16:46.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
2019-09-01 19:16:46.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.066 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@13cde1ff)
2019-09-01 19:16:46.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.067 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.067 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'isSSL'
2019-09-01 19:16:46.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=isSSL)
2019-09-01 19:16:46.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Create a secure Connector'
2019-09-01 19:16:46.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Create a secure Connector)
2019-09-01 19:16:46.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=boolean)
2019-09-01 19:16:46.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.070 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.072 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapperBuilder' via factory method to bean named 'standardJacksonObjectMapperBuilderCustomizer'
2019-09-01 19:16:46.073 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@575eca29)
2019-09-01 19:16:46.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.074 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.074 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.075 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.076 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4693a4e6)
2019-09-01 19:16:46.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.078 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.078 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.079 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'parameterNamesModule'
2019-09-01 19:16:46.079 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$ParameterNamesModuleConfiguration'
2019-09-01 19:16:46.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addExecutor'
2019-09-01 19:16:46.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addExecutor)
2019-09-01 19:16:46.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Adds a named executor to the service'
2019-09-01 19:16:46.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Adds a named executor to the service)
2019-09-01 19:16:46.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.081 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.081 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-09-01 19:16:46.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-09-01 19:16:46.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Classname of the Executor to be added'
2019-09-01 19:16:46.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Classname of the Executor to be added)
2019-09-01 19:16:46.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.083 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@21a2021c)
2019-09-01 19:16:46.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.085 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.085 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5d9cddce)
2019-09-01 19:16:46.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.086 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.086 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findConnectors'
2019-09-01 19:16:46.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findConnectors)
2019-09-01 19:16:46.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Find and return the set of Connectors associated with this Service'
2019-09-01 19:16:46.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Find and return the set of Connectors associated with this Service)
2019-09-01 19:16:46.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:46.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:46.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.087 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.087 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7cb24bd6)
2019-09-01 19:16:46.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.089 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.089 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findExecutors'
2019-09-01 19:16:46.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findExecutors)
2019-09-01 19:16:46.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Retrieves all executors'
2019-09-01 19:16:46.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Retrieves all executors)
2019-09-01 19:16:46.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:46.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:46.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.091 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.091 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@275d7432)
2019-09-01 19:16:46.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.092 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.092 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getExecutor'
2019-09-01 19:16:46.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getExecutor)
2019-09-01 19:16:46.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Retrieves executor by name'
2019-09-01 19:16:46.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Retrieves executor by name)
2019-09-01 19:16:46.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:46.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:46.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.094 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.094 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:46.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:46.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the executor to be retrieved'
2019-09-01 19:16:46.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the executor to be retrieved)
2019-09-01 19:16:46.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.096 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@16de3027)
2019-09-01 19:16:46.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.097 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.097 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2d97fd9f)
2019-09-01 19:16:46.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.099 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.099 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-09-01 19:16:46.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-09-01 19:16:46.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-09-01 19:16:46.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-09-01 19:16:46.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.101 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4315ff00)
2019-09-01 19:16:46.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.103 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.103 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-09-01 19:16:46.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-09-01 19:16:46.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-09-01 19:16:46.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-09-01 19:16:46.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.105 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@fa5ffb4)
2019-09-01 19:16:46.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.106 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.106 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardService, className=org.apache.catalina.mbeans.ServiceMBean, description=Standard Service Component, group=Service, type=org.apache.catalina.core.StandardService])
2019-09-01 19:16:46.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.108 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.108 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardThreadExecutor'
2019-09-01 19:16:46.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardThreadExecutor)
2019-09-01 19:16:46.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard implementation of a thread pool'
2019-09-01 19:16:46.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard implementation of a thread pool)
2019-09-01 19:16:46.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:46.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:46.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Executor'
2019-09-01 19:16:46.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Executor)
2019-09-01 19:16:46.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardThreadExecutor'
2019-09-01 19:16:46.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardThreadExecutor)
2019-09-01 19:16:46.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.110 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.110 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'activeCount'
2019-09-01 19:16:46.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=activeCount)
2019-09-01 19:16:46.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of threads currently processing a task'
2019-09-01 19:16:46.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of threads currently processing a task)
2019-09-01 19:16:46.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.111 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.111 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jsonComponentModule'
2019-09-01 19:16:46.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.112 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration'
2019-09-01 19:16:46.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@689db96f)
2019-09-01 19:16:46.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.112 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.113 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'completedTaskCount'
2019-09-01 19:16:46.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=completedTaskCount)
2019-09-01 19:16:46.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of tasks completed by the executor'
2019-09-01 19:16:46.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of tasks completed by the executor)
2019-09-01 19:16:46.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.115 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7af4dae6)
2019-09-01 19:16:46.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.117 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.117 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'corePoolSize'
2019-09-01 19:16:46.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=corePoolSize)
2019-09-01 19:16:46.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Core size of the thread pool'
2019-09-01 19:16:46.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Core size of the thread pool)
2019-09-01 19:16:46.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.119 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1675d747)
2019-09-01 19:16:46.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.120 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.121 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'daemon'
2019-09-01 19:16:46.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=daemon)
2019-09-01 19:16:46.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Run threads in daemon or non-daemon state?'
2019-09-01 19:16:46.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Run threads in daemon or non-daemon state?)
2019-09-01 19:16:46.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:46.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:46.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.123 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@368dc262)
2019-09-01 19:16:46.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.125 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.125 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'largestPoolSize'
2019-09-01 19:16:46.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=largestPoolSize)
2019-09-01 19:16:46.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Peak number of threads'
2019-09-01 19:16:46.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Peak number of threads)
2019-09-01 19:16:46.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.127 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@33de531d)
2019-09-01 19:16:46.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.129 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.129 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.130 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.130 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxIdleTime'
2019-09-01 19:16:46.130 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxIdleTime)
2019-09-01 19:16:46.130 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Max number of milliseconds a thread can be idle before it can be shutdown'
2019-09-01 19:16:46.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Max number of milliseconds a thread can be idle before it can be shutdown)
2019-09-01 19:16:46.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.131 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6fa19c6a)
2019-09-01 19:16:46.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.134 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.134 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxQueueSize'
2019-09-01 19:16:46.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxQueueSize)
2019-09-01 19:16:46.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of tasks for the pending task queue'
2019-09-01 19:16:46.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of tasks for the pending task queue)
2019-09-01 19:16:46.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.136 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5756b136)
2019-09-01 19:16:46.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.137 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.137 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxThreads'
2019-09-01 19:16:46.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxThreads)
2019-09-01 19:16:46.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of allocated threads'
2019-09-01 19:16:46.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of allocated threads)
2019-09-01 19:16:46.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.140 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@f90f76c)
2019-09-01 19:16:46.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.142 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.142 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minSpareThreads'
2019-09-01 19:16:46.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minSpareThreads)
2019-09-01 19:16:46.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Minimum number of allocated threads'
2019-09-01 19:16:46.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Minimum number of allocated threads)
2019-09-01 19:16:46.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.144 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4e170b38)
2019-09-01 19:16:46.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.145 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.145 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-09-01 19:16:46.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-09-01 19:16:46.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Unique name of this Executor'
2019-09-01 19:16:46.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Unique name of this Executor)
2019-09-01 19:16:46.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.147 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2d369c5c)
2019-09-01 19:16:46.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.148 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.149 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'namePrefix'
2019-09-01 19:16:46.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=namePrefix)
2019-09-01 19:16:46.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name prefix for thread names created by this executor'
2019-09-01 19:16:46.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name prefix for thread names created by this executor)
2019-09-01 19:16:46.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.150 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4f0b57cd)
2019-09-01 19:16:46.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.152 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.152 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'poolSize'
2019-09-01 19:16:46.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=poolSize)
2019-09-01 19:16:46.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of threads in the pool'
2019-09-01 19:16:46.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of threads in the pool)
2019-09-01 19:16:46.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.153 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonObjectMapper' via factory method to bean named 'jacksonObjectMapperBuilder'
2019-09-01 19:16:46.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.154 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@47a8e2d7)
2019-09-01 19:16:46.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.155 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.155 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.156 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.156 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.156 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.156 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.156 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'prestartminSpareThreads'
2019-09-01 19:16:46.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=prestartminSpareThreads)
2019-09-01 19:16:46.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Prestart threads?'
2019-09-01 19:16:46.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Prestart threads?)
2019-09-01 19:16:46.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:46.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:46.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.158 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@31907fd1)
2019-09-01 19:16:46.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.160 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.160 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'queueSize'
2019-09-01 19:16:46.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=queueSize)
2019-09-01 19:16:46.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of tasks waiting to be processed'
2019-09-01 19:16:46.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of tasks waiting to be processed)
2019-09-01 19:16:46.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.162 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@285dc1c3)
2019-09-01 19:16:46.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.164 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.164 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:46.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:46.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:46.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:46.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.166 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3dfd5e3a)
2019-09-01 19:16:46.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.167 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.167 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadPriority'
2019-09-01 19:16:46.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadPriority)
2019-09-01 19:16:46.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The thread priority for threads in this thread pool'
2019-09-01 19:16:46.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The thread priority for threads in this thread pool)
2019-09-01 19:16:46.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.169 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3dc3ad08)
2019-09-01 19:16:46.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.170 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.170 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadRenewalDelay'
2019-09-01 19:16:46.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadRenewalDelay)
2019-09-01 19:16:46.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'After a context is stopped, threads in the pool are renewed. To avoid renewing all threads at the same time, this delay is observed between 2 threads being renewed. Value is in ms, default value is 1000ms. If negative, threads are not renewed.'
2019-09-01 19:16:46.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=After a context is stopped, threads in the pool are renewed. To avoid renewing all threads at the same time, this delay is observed between 2 threads being renewed. Value is in ms, default value is 1000ms. If negative, threads are not renewed.)
2019-09-01 19:16:46.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:46.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:46.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.172 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@f9f3396)
2019-09-01 19:16:46.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.173 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.173 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardThreadExecutor, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Standard implementation of a thread pool, group=Executor, type=org.apache.catalina.core.StandardThreadExecutor])
2019-09-01 19:16:46.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.174 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.175 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardWrapper'
2019-09-01 19:16:46.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardWrapper)
2019-09-01 19:16:46.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Wrapper that represents an individual servlet definition'
2019-09-01 19:16:46.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Wrapper that represents an individual servlet definition)
2019-09-01 19:16:46.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:46.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:46.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Wrapper'
2019-09-01 19:16:46.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Wrapper)
2019-09-01 19:16:46.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardWrapper'
2019-09-01 19:16:46.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardWrapper)
2019-09-01 19:16:46.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContainerMBean'
2019-09-01 19:16:46.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContainerMBean)
2019-09-01 19:16:46.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.177 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.177 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-09-01 19:16:46.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-09-01 19:16:46.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Async support'
2019-09-01 19:16:46.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Async support)
2019-09-01 19:16:46.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:46.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:46.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.179 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@498ab87f)
2019-09-01 19:16:46.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.180 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.180 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'available'
2019-09-01 19:16:46.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=available)
2019-09-01 19:16:46.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.'
2019-09-01 19:16:46.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available. If this value equals Long.MAX_VALUE, the unavailability of this servlet is considered permanent.)
2019-09-01 19:16:46.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:46.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:46.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.182 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1ed133fa)
2019-09-01 19:16:46.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.183 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.183 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'backgroundProcessorDelay'
2019-09-01 19:16:46.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=backgroundProcessorDelay)
2019-09-01 19:16:46.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor delay for this component.'
2019-09-01 19:16:46.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor delay for this component.)
2019-09-01 19:16:46.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.184 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3e5a76c5)
2019-09-01 19:16:46.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.186 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.186 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'classLoadTime'
2019-09-01 19:16:46.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=classLoadTime)
2019-09-01 19:16:46.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time taken to load the Servlet class'
2019-09-01 19:16:46.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time taken to load the Servlet class)
2019-09-01 19:16:46.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.187 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@48aff11b)
2019-09-01 19:16:46.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.188 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.189 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'countAllocated'
2019-09-01 19:16:46.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=countAllocated)
2019-09-01 19:16:46.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).'
2019-09-01 19:16:46.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).)
2019-09-01 19:16:46.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.190 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@54fae131)
2019-09-01 19:16:46.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.191 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.191 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'errorCount'
2019-09-01 19:16:46.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=errorCount)
2019-09-01 19:16:46.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Error count'
2019-09-01 19:16:46.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Error count)
2019-09-01 19:16:46.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.192 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@432356b7)
2019-09-01 19:16:46.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.194 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.194 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loadOnStartup'
2019-09-01 19:16:46.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loadOnStartup)
2019-09-01 19:16:46.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The load-on-startup order value (negative value means load on first call) for this servlet.'
2019-09-01 19:16:46.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The load-on-startup order value (negative value means load on first call) for this servlet.)
2019-09-01 19:16:46.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.195 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e22ec48)
2019-09-01 19:16:46.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.196 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.196 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loadTime'
2019-09-01 19:16:46.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loadTime)
2019-09-01 19:16:46.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time taken to load and initialise the Servlet'
2019-09-01 19:16:46.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time taken to load and initialise the Servlet)
2019-09-01 19:16:46.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:46.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:46.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.198 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@19b2f7be)
2019-09-01 19:16:46.199 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.199 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.199 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.199 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.199 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.199 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.199 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxTime'
2019-09-01 19:16:46.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxTime)
2019-09-01 19:16:46.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum processing time of a request'
2019-09-01 19:16:46.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum processing time of a request)
2019-09-01 19:16:46.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:46.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:46.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.201 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1a426ed0)
2019-09-01 19:16:46.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.203 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.203 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxInstances'
2019-09-01 19:16:46.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxInstances)
2019-09-01 19:16:46.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of STM instances.'
2019-09-01 19:16:46.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of STM instances.)
2019-09-01 19:16:46.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.204 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@438d15c1)
2019-09-01 19:16:46.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.206 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.206 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.206 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'mappingJackson2HttpMessageConverter' via factory method to bean named 'jacksonObjectMapper'
2019-09-01 19:16:46.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minTime'
2019-09-01 19:16:46.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minTime)
2019-09-01 19:16:46.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Minimum processing time of a request'
2019-09-01 19:16:46.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Minimum processing time of a request)
2019-09-01 19:16:46.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:46.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:46.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.208 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7a74f154)
2019-09-01 19:16:46.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.210 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.210 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'objectName'
2019-09-01 19:16:46.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=objectName)
2019-09-01 19:16:46.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the object'
2019-09-01 19:16:46.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the object)
2019-09-01 19:16:46.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.211 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@74f5e6a3)
2019-09-01 19:16:46.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.213 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.213 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime'
2019-09-01 19:16:46.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime)
2019-09-01 19:16:46.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Total execution time of the servlet's service method'
2019-09-01 19:16:46.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Total execution time of the servlet's service method)
2019-09-01 19:16:46.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:46.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:46.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.215 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@56c00366)
2019-09-01 19:16:46.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.216 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.216 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'requestCount'
2019-09-01 19:16:46.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=requestCount)
2019-09-01 19:16:46.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of requests processed by this wrapper'
2019-09-01 19:16:46.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of requests processed by this wrapper)
2019-09-01 19:16:46.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.218 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@b63a6bb)
2019-09-01 19:16:46.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.220 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.220 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'runAs'
2019-09-01 19:16:46.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=runAs)
2019-09-01 19:16:46.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The run-as identity for this servlet.'
2019-09-01 19:16:46.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The run-as identity for this servlet.)
2019-09-01 19:16:46.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.222 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5078998a)
2019-09-01 19:16:46.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.223 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.223 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'servletClass'
2019-09-01 19:16:46.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=servletClass)
2019-09-01 19:16:46.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The run-as identity for this servlet.'
2019-09-01 19:16:46.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The run-as identity for this servlet.)
2019-09-01 19:16:46.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.225 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c1cf1ac)
2019-09-01 19:16:46.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.227 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.227 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'singleThreadModel'
2019-09-01 19:16:46.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=singleThreadModel)
2019-09-01 19:16:46.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this servlet implement the SingleThreadModel interface?'
2019-09-01 19:16:46.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this servlet implement the SingleThreadModel interface?)
2019-09-01 19:16:46.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Boolean'
2019-09-01 19:16:46.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Boolean)
2019-09-01 19:16:46.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:46.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:46.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.229 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3a91047a)
2019-09-01 19:16:46.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.231 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.231 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.231 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.231 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.231 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:46.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:46.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:46.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:46.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.233 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2cd13bed)
2019-09-01 19:16:46.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.234 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.234 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addInitParameter'
2019-09-01 19:16:46.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addInitParameter)
2019-09-01 19:16:46.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Wrapper'
2019-09-01 19:16:46.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Wrapper)
2019-09-01 19:16:46.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.236 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.236 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:46.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:46.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of this initialization parameter to add'
2019-09-01 19:16:46.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of this initialization parameter to add)
2019-09-01 19:16:46.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.237 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@38715334)
2019-09-01 19:16:46.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.239 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.239 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'value'
2019-09-01 19:16:46.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=value)
2019-09-01 19:16:46.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Value of this initialization parameter to add'
2019-09-01 19:16:46.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Value of this initialization parameter to add)
2019-09-01 19:16:46.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.241 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@33eb4407)
2019-09-01 19:16:46.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.242 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.242 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@16b34d4)
2019-09-01 19:16:46.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.243 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.244 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addLifecycleListener'
2019-09-01 19:16:46.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addLifecycleListener)
2019-09-01 19:16:46.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a lifecycle listener to this Wrapper'
2019-09-01 19:16:46.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a lifecycle listener to this Wrapper)
2019-09-01 19:16:46.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.245 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcConversionService'
2019-09-01 19:16:46.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.245 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.245 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-09-01 19:16:46.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-09-01 19:16:46.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new lifecycle listener to be added'
2019-09-01 19:16:46.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new lifecycle listener to be added)
2019-09-01 19:16:46.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.247 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@24407947)
2019-09-01 19:16:46.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.249 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.249 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.250 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.250 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@169a7608)
2019-09-01 19:16:46.250 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.250 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.250 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.251 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.251 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addMapping'
2019-09-01 19:16:46.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addMapping)
2019-09-01 19:16:46.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a mapping associated with the Wrapper.'
2019-09-01 19:16:46.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a mapping associated with the Wrapper.)
2019-09-01 19:16:46.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.252 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.252 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'mapping'
2019-09-01 19:16:46.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=mapping)
2019-09-01 19:16:46.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The new wrapper mapping'
2019-09-01 19:16:46.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The new wrapper mapping)
2019-09-01 19:16:46.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.254 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.255 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.255 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.255 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.255 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7fb8d3a0)
2019-09-01 19:16:46.255 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.256 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.256 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.256 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.256 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.256 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@27ad8517)
2019-09-01 19:16:46.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.258 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.258 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addSecurityReference'
2019-09-01 19:16:46.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addSecurityReference)
2019-09-01 19:16:46.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new security role reference record to the set of records for this servlet.'
2019-09-01 19:16:46.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new security role reference record to the set of records for this servlet.)
2019-09-01 19:16:46.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.260 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.260 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:46.261 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:46.261 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name used within this servlet'
2019-09-01 19:16:46.261 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name used within this servlet)
2019-09-01 19:16:46.261 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.261 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.261 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.262 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@805ae4)
2019-09-01 19:16:46.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.264 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.264 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'link'
2019-09-01 19:16:46.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=link)
2019-09-01 19:16:46.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name used within the web application'
2019-09-01 19:16:46.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name used within the web application)
2019-09-01 19:16:46.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.266 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@45ef46ca)
2019-09-01 19:16:46.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.267 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcValidator'
2019-09-01 19:16:46.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.267 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.267 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7c73b804)
2019-09-01 19:16:46.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.268 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.269 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addValve'
2019-09-01 19:16:46.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addValve)
2019-09-01 19:16:46.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a valve to this Wrapper'
2019-09-01 19:16:46.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a valve to this Wrapper)
2019-09-01 19:16:46.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:46.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:46.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.270 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.270 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveType'
2019-09-01 19:16:46.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveType)
2019-09-01 19:16:46.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the new valve to be added'
2019-09-01 19:16:46.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the new valve to be added)
2019-09-01 19:16:46.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.272 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@373d1fa0)
2019-09-01 19:16:46.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.273 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.273 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@356834d9)
2019-09-01 19:16:46.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.274 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.274 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findInitParameter'
2019-09-01 19:16:46.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findInitParameter)
2019-09-01 19:16:46.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the value of an initialization parameter'
2019-09-01 19:16:46.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the value of an initialization parameter)
2019-09-01 19:16:46.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:46.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:46.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.275 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.275 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:46.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:46.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The name of the initialization parameter'
2019-09-01 19:16:46.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The name of the initialization parameter)
2019-09-01 19:16:46.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.276 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@a8efda8)
2019-09-01 19:16:46.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.277 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.277 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6b5cd765)
2019-09-01 19:16:46.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.278 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.278 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findInitParameters'
2019-09-01 19:16:46.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findInitParameters)
2019-09-01 19:16:46.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the names of all defined initialization parameters for this servlet.'
2019-09-01 19:16:46.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the names of all defined initialization parameters for this servlet.)
2019-09-01 19:16:46.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-09-01 19:16:46.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-09-01 19:16:46.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:46.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:46.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.279 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.279 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@344305b1)
2019-09-01 19:16:46.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.279 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.280 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMappings'
2019-09-01 19:16:46.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMappings)
2019-09-01 19:16:46.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the mappings associated with this wrapper'
2019-09-01 19:16:46.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the mappings associated with this wrapper)
2019-09-01 19:16:46.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-09-01 19:16:46.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-09-01 19:16:46.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:46.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:46.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.280 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.280 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'applicationTaskExecutor'
2019-09-01 19:16:46.280 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@40f9211c)
2019-09-01 19:16:46.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.281 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'applicationTaskExecutor' via factory method to bean named 'taskExecutorBuilder'
2019-09-01 19:16:46.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.282 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.282 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.282 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.282 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.282 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.282 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.282 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.282 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.282 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findMappingObject'
2019-09-01 19:16:46.282 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findMappingObject)
2019-09-01 19:16:46.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return an object which may be utilized for mapping to this component'
2019-09-01 19:16:46.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return an object which may be utilized for mapping to this component)
2019-09-01 19:16:46.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-09-01 19:16:46.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-09-01 19:16:46.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'org.apache.catalina.Wrapper'
2019-09-01 19:16:46.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=org.apache.catalina.Wrapper)
2019-09-01 19:16:46.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.283 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.283 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3de7e716)
2019-09-01 19:16:46.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.284 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.285 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityReference'
2019-09-01 19:16:46.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityReference)
2019-09-01 19:16:46.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the security role link for the specified security role reference name.'
2019-09-01 19:16:46.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the security role link for the specified security role reference name.)
2019-09-01 19:16:46.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:46.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:46.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.286 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.286 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:46.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:46.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role reference used within this servlet'
2019-09-01 19:16:46.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role reference used within this servlet)
2019-09-01 19:16:46.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.287 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@308de830)
2019-09-01 19:16:46.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.288 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.288 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1c4f0d1d)
2019-09-01 19:16:46.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.289 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.289 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findSecurityReferences'
2019-09-01 19:16:46.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findSecurityReferences)
2019-09-01 19:16:46.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the set of security role reference names associated with this servlet'
2019-09-01 19:16:46.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the set of security role reference names associated with this servlet)
2019-09-01 19:16:46.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-09-01 19:16:46.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-09-01 19:16:46.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to '[Ljava.lang.String;'
2019-09-01 19:16:46.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=[Ljava.lang.String;)
2019-09-01 19:16:46.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.290 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.290 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@15b72e49)
2019-09-01 19:16:46.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.291 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.291 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeInitParameter'
2019-09-01 19:16:46.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeInitParameter)
2019-09-01 19:16:46.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove the specified initialization parameter from this servlet.'
2019-09-01 19:16:46.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove the specified initialization parameter from this servlet.)
2019-09-01 19:16:46.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.291 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.292 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:46.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:46.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the initialization parameter to remove'
2019-09-01 19:16:46.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the initialization parameter to remove)
2019-09-01 19:16:46.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.292 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@17eab4be)
2019-09-01 19:16:46.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.293 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.293 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4879121b)
2019-09-01 19:16:46.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.294 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.294 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeLifecycleListeners'
2019-09-01 19:16:46.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeLifecycleListeners)
2019-09-01 19:16:46.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Removes lifecycle listeners of given class type from this Wrapper'
2019-09-01 19:16:46.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Removes lifecycle listeners of given class type from this Wrapper)
2019-09-01 19:16:46.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.294 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.294 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'listener'
2019-09-01 19:16:46.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=listener)
2019-09-01 19:16:46.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Type(classname) of the lifecycle listeners to be removed'
2019-09-01 19:16:46.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Type(classname) of the lifecycle listeners to be removed)
2019-09-01 19:16:46.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.295 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2cbad9ec)
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@536f54)
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeMapping'
2019-09-01 19:16:46.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeMapping)
2019-09-01 19:16:46.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a mapping associated with the wrapper.'
2019-09-01 19:16:46.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a mapping associated with the wrapper.)
2019-09-01 19:16:46.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.298 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.298 INFO 16688 --- [ Test worker] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-09-01 19:16:46.298 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'mapping'
2019-09-01 19:16:46.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=mapping)
2019-09-01 19:16:46.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The pattern to remove'
2019-09-01 19:16:46.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The pattern to remove)
2019-09-01 19:16:46.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.298 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@425e74a4)
2019-09-01 19:16:46.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.299 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.299 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@42374f3e)
2019-09-01 19:16:46.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeSecurityReference'
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeSecurityReference)
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any security role reference for the specified role name.'
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any security role reference for the specified role name.)
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:46.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:46.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Security role used within this servlet to be removed'
2019-09-01 19:16:46.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Security role used within this servlet to be removed)
2019-09-01 19:16:46.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.301 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@38388b2d)
2019-09-01 19:16:46.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.302 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.302 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@230a6ab1)
2019-09-01 19:16:46.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.302 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.303 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeValve'
2019-09-01 19:16:46.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeValve)
2019-09-01 19:16:46.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a valve from this Wrapper'
2019-09-01 19:16:46.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a valve from this Wrapper)
2019-09-01 19:16:46.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.303 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.303 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.303 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.304 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.304 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.304 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.304 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.304 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'valveName'
2019-09-01 19:16:46.304 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=valveName)
2019-09-01 19:16:46.304 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Objectname of the valve to be removed'
2019-09-01 19:16:46.304 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Objectname of the valve to be removed)
2019-09-01 19:16:46.304 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.304 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.304 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.304 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@12c0c120)
2019-09-01 19:16:46.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.305 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.306 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6a7632f9)
2019-09-01 19:16:46.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.306 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.307 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardWrapper, className=org.apache.catalina.mbeans.ContainerMBean, description=Wrapper that represents an individual servlet definition, group=Wrapper, type=org.apache.catalina.core.StandardWrapper])
2019-09-01 19:16:46.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.307 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.308 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardWrapperValve'
2019-09-01 19:16:46.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardWrapperValve)
2019-09-01 19:16:46.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that implements the default basic behavior for the StandardWrapper container implementation'
2019-09-01 19:16:46.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that implements the default basic behavior for the StandardWrapper container implementation)
2019-09-01 19:16:46.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:46.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:46.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-09-01 19:16:46.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-09-01 19:16:46.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.core.StandardWrapperValve'
2019-09-01 19:16:46.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.core.StandardWrapperValve)
2019-09-01 19:16:46.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.309 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.309 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-09-01 19:16:46.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-09-01 19:16:46.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting?'
2019-09-01 19:16:46.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting?)
2019-09-01 19:16:46.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.310 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@16ebad79)
2019-09-01 19:16:46.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@66c412f7)
2019-09-01 19:16:46.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.312 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.312 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:46.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:46.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:46.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:46.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.313 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@721916ce)
2019-09-01 19:16:46.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.314 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.314 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardWrapperValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that implements the default basic behavior for the StandardWrapper container implementation, group=Valve, type=org.apache.catalina.core.StandardWrapperValve])
2019-09-01 19:16:46.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.315 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.315 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
2019-09-01 19:16:46.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
2019-09-01 19:16:46.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:46.315 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
2019-09-01 19:16:46.316 DEBUG 16688 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.21/225a44fe65e9832f896e09f343ce107d38f3ee1b/tomcat-embed-core-9.0.21.jar!/org/apache/catalina/mbeans-descriptors.xml
2019-09-01 19:16:46.316 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@247d16b6)
2019-09-01 19:16:46.316 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
2019-09-01 19:16:46.316 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
2019-09-01 19:16:46.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
2019-09-01 19:16:46.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:46.317 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.317 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'Group'
2019-09-01 19:16:46.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=Group)
2019-09-01 19:16:46.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.GroupMBean'
2019-09-01 19:16:46.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.GroupMBean)
2019-09-01 19:16:46.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Group from a user database'
2019-09-01 19:16:46.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Group from a user database)
2019-09-01 19:16:46.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users'
2019-09-01 19:16:46.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users)
2019-09-01 19:16:46.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Group'
2019-09-01 19:16:46.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Group)
2019-09-01 19:16:46.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.Group'
2019-09-01 19:16:46.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.Group)
2019-09-01 19:16:46.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.318 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.318 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
2019-09-01 19:16:46.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
2019-09-01 19:16:46.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Description of this group'
2019-09-01 19:16:46.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Description of this group)
2019-09-01 19:16:46.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.319 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1e68db91)
2019-09-01 19:16:46.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.320 DEBUG 16688 --- [ Test worker] s.w.s.m.m.a.RequestMappingHandlerAdapter : ControllerAdvice beans: 0 @ModelAttribute, 0 @InitBinder, 1 RequestBodyAdvice, 1 ResponseBodyAdvice
2019-09-01 19:16:46.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.321 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.321 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'groupname'
2019-09-01 19:16:46.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=groupname)
2019-09-01 19:16:46.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Group name of this group'
2019-09-01 19:16:46.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Group name of this group)
2019-09-01 19:16:46.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.322 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2fe604a1)
2019-09-01 19:16:46.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.323 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.323 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roles'
2019-09-01 19:16:46.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roles)
2019-09-01 19:16:46.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of roles for this group'
2019-09-01 19:16:46.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of roles for this group)
2019-09-01 19:16:46.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-09-01 19:16:46.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-09-01 19:16:46.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.324 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ab6b728)
2019-09-01 19:16:46.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.325 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.325 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'users'
2019-09-01 19:16:46.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=users)
2019-09-01 19:16:46.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of user members of this group'
2019-09-01 19:16:46.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of user members of this group)
2019-09-01 19:16:46.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-09-01 19:16:46.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-09-01 19:16:46.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.327 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@46b2c86e)
2019-09-01 19:16:46.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.328 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.328 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRole'
2019-09-01 19:16:46.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRole)
2019-09-01 19:16:46.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new authorized role for this group'
2019-09-01 19:16:46.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new authorized role for this group)
2019-09-01 19:16:46.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.329 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.329 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-09-01 19:16:46.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-09-01 19:16:46.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be added'
2019-09-01 19:16:46.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be added)
2019-09-01 19:16:46.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.330 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1ede277a)
2019-09-01 19:16:46.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.331 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.331 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.332 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.332 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.332 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.332 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.332 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@182fb0c)
2019-09-01 19:16:46.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.333 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.333 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRole'
2019-09-01 19:16:46.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRole)
2019-09-01 19:16:46.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an old authorized role for this group'
2019-09-01 19:16:46.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an old authorized role for this group)
2019-09-01 19:16:46.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.335 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.335 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-09-01 19:16:46.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-09-01 19:16:46.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be removed'
2019-09-01 19:16:46.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be removed)
2019-09-01 19:16:46.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.336 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3eb203e3)
2019-09-01 19:16:46.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.337 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.337 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6e934de3)
2019-09-01 19:16:46.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.338 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.338 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRoles'
2019-09-01 19:16:46.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRoles)
2019-09-01 19:16:46.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove all authorized roles for this group'
2019-09-01 19:16:46.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove all authorized roles for this group)
2019-09-01 19:16:46.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.339 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.339 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@11942bc)
2019-09-01 19:16:46.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.340 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.340 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=Group, className=org.apache.catalina.mbeans.GroupMBean, description=Group from a user database, group=Group, type=org.apache.catalina.Group])
2019-09-01 19:16:46.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.341 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.341 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'Role'
2019-09-01 19:16:46.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=Role)
2019-09-01 19:16:46.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.RoleMBean'
2019-09-01 19:16:46.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.RoleMBean)
2019-09-01 19:16:46.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Security role from a user database'
2019-09-01 19:16:46.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Security role from a user database)
2019-09-01 19:16:46.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users'
2019-09-01 19:16:46.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users)
2019-09-01 19:16:46.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Role'
2019-09-01 19:16:46.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Role)
2019-09-01 19:16:46.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.Role'
2019-09-01 19:16:46.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.Role)
2019-09-01 19:16:46.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.343 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.343 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
2019-09-01 19:16:46.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
2019-09-01 19:16:46.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Description of this role'
2019-09-01 19:16:46.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Description of this role)
2019-09-01 19:16:46.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.344 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@17559308)
2019-09-01 19:16:46.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.345 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.345 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rolename'
2019-09-01 19:16:46.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rolename)
2019-09-01 19:16:46.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Role name of this role'
2019-09-01 19:16:46.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Role name of this role)
2019-09-01 19:16:46.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.346 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3956371a)
2019-09-01 19:16:46.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.347 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.347 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=Role, className=org.apache.catalina.mbeans.RoleMBean, description=Security role from a user database, group=Role, type=org.apache.catalina.Role])
2019-09-01 19:16:46.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.349 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.349 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'User'
2019-09-01 19:16:46.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=User)
2019-09-01 19:16:46.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.UserMBean'
2019-09-01 19:16:46.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.UserMBean)
2019-09-01 19:16:46.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'User from a user database'
2019-09-01 19:16:46.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=User from a user database)
2019-09-01 19:16:46.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users'
2019-09-01 19:16:46.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users)
2019-09-01 19:16:46.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'User'
2019-09-01 19:16:46.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=User)
2019-09-01 19:16:46.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.User'
2019-09-01 19:16:46.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.User)
2019-09-01 19:16:46.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.350 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.350 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fullName'
2019-09-01 19:16:46.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fullName)
2019-09-01 19:16:46.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Full name of this user'
2019-09-01 19:16:46.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Full name of this user)
2019-09-01 19:16:46.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.352 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4dde9986)
2019-09-01 19:16:46.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.353 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.353 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'groups'
2019-09-01 19:16:46.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=groups)
2019-09-01 19:16:46.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of groups this user is a member of'
2019-09-01 19:16:46.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of groups this user is a member of)
2019-09-01 19:16:46.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-09-01 19:16:46.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-09-01 19:16:46.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.355 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6993e23)
2019-09-01 19:16:46.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.356 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.356 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'password'
2019-09-01 19:16:46.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=password)
2019-09-01 19:16:46.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Password of this user'
2019-09-01 19:16:46.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Password of this user)
2019-09-01 19:16:46.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.358 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d6f202b)
2019-09-01 19:16:46.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.359 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.359 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roles'
2019-09-01 19:16:46.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roles)
2019-09-01 19:16:46.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of roles for this user'
2019-09-01 19:16:46.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of roles for this user)
2019-09-01 19:16:46.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-09-01 19:16:46.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-09-01 19:16:46.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.360 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@35092e7b)
2019-09-01 19:16:46.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.361 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.361 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'username'
2019-09-01 19:16:46.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=username)
2019-09-01 19:16:46.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'User name of this user'
2019-09-01 19:16:46.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=User name of this user)
2019-09-01 19:16:46.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.362 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ca283f5)
2019-09-01 19:16:46.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.363 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.363 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addGroup'
2019-09-01 19:16:46.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addGroup)
2019-09-01 19:16:46.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new group membership for this user'
2019-09-01 19:16:46.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new group membership for this user)
2019-09-01 19:16:46.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.364 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.364 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
2019-09-01 19:16:46.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
2019-09-01 19:16:46.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the new group'
2019-09-01 19:16:46.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the new group)
2019-09-01 19:16:46.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.366 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4305cc64)
2019-09-01 19:16:46.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.367 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.367 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@72fc257)
2019-09-01 19:16:46.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.368 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.368 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRole'
2019-09-01 19:16:46.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRole)
2019-09-01 19:16:46.369 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestMappingHandlerMapping'
2019-09-01 19:16:46.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new authorized role for this user'
2019-09-01 19:16:46.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new authorized role for this user)
2019-09-01 19:16:46.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.369 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.369 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-09-01 19:16:46.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-09-01 19:16:46.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be added'
2019-09-01 19:16:46.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be added)
2019-09-01 19:16:46.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.370 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7ba95e3f)
2019-09-01 19:16:46.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.371 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.371 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@630cc794)
2019-09-01 19:16:46.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.372 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.372 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeGroup'
2019-09-01 19:16:46.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeGroup)
2019-09-01 19:16:46.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an old group membership for this user'
2019-09-01 19:16:46.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an old group membership for this user)
2019-09-01 19:16:46.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.373 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.373 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
2019-09-01 19:16:46.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
2019-09-01 19:16:46.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the old group'
2019-09-01 19:16:46.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the old group)
2019-09-01 19:16:46.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.374 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@e87417d)
2019-09-01 19:16:46.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.376 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.376 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@77431780)
2019-09-01 19:16:46.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.377 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.378 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeGroups'
2019-09-01 19:16:46.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeGroups)
2019-09-01 19:16:46.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove all group memberships for this user'
2019-09-01 19:16:46.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove all group memberships for this user)
2019-09-01 19:16:46.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.379 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.379 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@462ae7f1)
2019-09-01 19:16:46.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.380 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.380 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRole'
2019-09-01 19:16:46.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRole)
2019-09-01 19:16:46.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove an old authorized role for this user'
2019-09-01 19:16:46.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove an old authorized role for this user)
2019-09-01 19:16:46.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.382 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.382 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.383 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcResourceUrlProvider'
2019-09-01 19:16:46.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'role'
2019-09-01 19:16:46.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=role)
2019-09-01 19:16:46.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role to be removed'
2019-09-01 19:16:46.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role to be removed)
2019-09-01 19:16:46.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.384 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@431fb8c7)
2019-09-01 19:16:46.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.385 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.386 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@77279570)
2019-09-01 19:16:46.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.387 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.387 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRoles'
2019-09-01 19:16:46.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRoles)
2019-09-01 19:16:46.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove all authorized roles for this user'
2019-09-01 19:16:46.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove all authorized roles for this user)
2019-09-01 19:16:46.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.389 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.389 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@18b76303)
2019-09-01 19:16:46.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.391 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.391 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=User, className=org.apache.catalina.mbeans.UserMBean, description=User from a user database, group=User, type=org.apache.catalina.User])
2019-09-01 19:16:46.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.393 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.393 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
2019-09-01 19:16:46.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
2019-09-01 19:16:46.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:46.394 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
2019-09-01 19:16:46.394 DEBUG 16688 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.21/225a44fe65e9832f896e09f343ce107d38f3ee1b/tomcat-embed-core-9.0.21.jar!/org/apache/catalina/deploy/mbeans-descriptors.xml
2019-09-01 19:16:46.395 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@7c93dd65)
2019-09-01 19:16:46.395 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
2019-09-01 19:16:46.395 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
2019-09-01 19:16:46.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
2019-09-01 19:16:46.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:46.396 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.396 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'NamingResourcesImpl'
2019-09-01 19:16:46.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=NamingResourcesImpl)
2019-09-01 19:16:46.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.NamingResourcesMBean'
2019-09-01 19:16:46.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.NamingResourcesMBean)
2019-09-01 19:16:46.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context'
2019-09-01 19:16:46.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context)
2019-09-01 19:16:46.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:46.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:46.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources'
2019-09-01 19:16:46.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources)
2019-09-01 19:16:46.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.deploy.NamingResourcesImpl'
2019-09-01 19:16:46.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.deploy.NamingResourcesImpl)
2019-09-01 19:16:46.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.398 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.398 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'container'
2019-09-01 19:16:46.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=container)
2019-09-01 19:16:46.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The container with which the naming resources are associated.'
2019-09-01 19:16:46.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The container with which the naming resources are associated.)
2019-09-01 19:16:46.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.Object'
2019-09-01 19:16:46.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.Object)
2019-09-01 19:16:46.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.399 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5f1f168f)
2019-09-01 19:16:46.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.401 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.401 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'environments'
2019-09-01 19:16:46.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=environments)
2019-09-01 19:16:46.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of the set of defined environment entries for this web application'
2019-09-01 19:16:46.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of the set of defined environment entries for this web application)
2019-09-01 19:16:46.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-09-01 19:16:46.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-09-01 19:16:46.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.402 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4ee9b8b5)
2019-09-01 19:16:46.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.404 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.404 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'resources'
2019-09-01 19:16:46.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=resources)
2019-09-01 19:16:46.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all the defined resource references for this application.'
2019-09-01 19:16:46.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all the defined resource references for this application.)
2019-09-01 19:16:46.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-09-01 19:16:46.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-09-01 19:16:46.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.405 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5bbff000)
2019-09-01 19:16:46.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.407 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.407 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'resourceLinks'
2019-09-01 19:16:46.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=resourceLinks)
2019-09-01 19:16:46.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all the defined resource link references for this application.'
2019-09-01 19:16:46.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all the defined resource link references for this application.)
2019-09-01 19:16:46.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-09-01 19:16:46.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-09-01 19:16:46.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.408 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@39a576e7)
2019-09-01 19:16:46.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.410 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.410 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addEnvironment'
2019-09-01 19:16:46.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addEnvironment)
2019-09-01 19:16:46.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add an environment entry for this web application'
2019-09-01 19:16:46.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add an environment entry for this web application)
2019-09-01 19:16:46.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.411 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.412 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'envName'
2019-09-01 19:16:46.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=envName)
2019-09-01 19:16:46.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New environment entry name'
2019-09-01 19:16:46.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New environment entry name)
2019-09-01 19:16:46.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.413 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1e29b432)
2019-09-01 19:16:46.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.415 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.415 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-09-01 19:16:46.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-09-01 19:16:46.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New environment entry type'
2019-09-01 19:16:46.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New environment entry type)
2019-09-01 19:16:46.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.417 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1d868b52)
2019-09-01 19:16:46.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.418 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.418 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'value'
2019-09-01 19:16:46.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=value)
2019-09-01 19:16:46.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New environment entry value'
2019-09-01 19:16:46.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New environment entry value)
2019-09-01 19:16:46.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.419 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@391d5712)
2019-09-01 19:16:46.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.421 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.421 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2b1d0c98)
2019-09-01 19:16:46.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.422 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.422 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addResource'
2019-09-01 19:16:46.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addResource)
2019-09-01 19:16:46.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a resource reference for this web application'
2019-09-01 19:16:46.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a resource reference for this web application)
2019-09-01 19:16:46.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.423 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.423 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName'
2019-09-01 19:16:46.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName)
2019-09-01 19:16:46.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference name'
2019-09-01 19:16:46.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference name)
2019-09-01 19:16:46.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.425 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@78c6a5ed)
2019-09-01 19:16:46.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.426 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.426 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-09-01 19:16:46.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-09-01 19:16:46.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference type'
2019-09-01 19:16:46.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference type)
2019-09-01 19:16:46.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.427 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@51b36dbc)
2019-09-01 19:16:46.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.428 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.429 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2c5155f)
2019-09-01 19:16:46.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.430 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.430 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addResourceLink'
2019-09-01 19:16:46.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addResourceLink)
2019-09-01 19:16:46.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a resource link reference for this web application'
2019-09-01 19:16:46.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a resource link reference for this web application)
2019-09-01 19:16:46.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.431 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.431 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceLinkName'
2019-09-01 19:16:46.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceLinkName)
2019-09-01 19:16:46.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference name'
2019-09-01 19:16:46.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference name)
2019-09-01 19:16:46.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.433 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@417fa053)
2019-09-01 19:16:46.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.434 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.434 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'type'
2019-09-01 19:16:46.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=type)
2019-09-01 19:16:46.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New resource reference type'
2019-09-01 19:16:46.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New resource reference type)
2019-09-01 19:16:46.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.435 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@cdb9c5c)
2019-09-01 19:16:46.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.436 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.436 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@464fdef6)
2019-09-01 19:16:46.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.437 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.437 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeEnvironment'
2019-09-01 19:16:46.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeEnvironment)
2019-09-01 19:16:46.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any environment entry with the specified name'
2019-09-01 19:16:46.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any environment entry with the specified name)
2019-09-01 19:16:46.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.439 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.439 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'envName'
2019-09-01 19:16:46.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=envName)
2019-09-01 19:16:46.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the environment entry to remove'
2019-09-01 19:16:46.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the environment entry to remove)
2019-09-01 19:16:46.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.440 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6c0a448d)
2019-09-01 19:16:46.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.441 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.441 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@504b1c67)
2019-09-01 19:16:46.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.442 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.442 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeResource'
2019-09-01 19:16:46.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeResource)
2019-09-01 19:16:46.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any resource reference with the specified name'
2019-09-01 19:16:46.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any resource reference with the specified name)
2019-09-01 19:16:46.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.453 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.453 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.453 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.453 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.453 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.453 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.453 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceName'
2019-09-01 19:16:46.453 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceName)
2019-09-01 19:16:46.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the resource reference to remove'
2019-09-01 19:16:46.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the resource reference to remove)
2019-09-01 19:16:46.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.454 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@22434e)
2019-09-01 19:16:46.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.455 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.455 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@382285d2)
2019-09-01 19:16:46.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.456 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.456 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeResourceLink'
2019-09-01 19:16:46.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeResourceLink)
2019-09-01 19:16:46.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove any resource link reference with the specified name'
2019-09-01 19:16:46.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove any resource link reference with the specified name)
2019-09-01 19:16:46.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.458 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.458 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'resourceLinkName'
2019-09-01 19:16:46.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=resourceLinkName)
2019-09-01 19:16:46.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Name of the resource reference to remove'
2019-09-01 19:16:46.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Name of the resource reference to remove)
2019-09-01 19:16:46.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6b28077)
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@e921ce2)
2019-09-01 19:16:46.459 DEBUG 16688 --- [ Test worker] s.w.s.m.m.a.RequestMappingHandlerMapping : 7 mappings in 'requestMappingHandlerMapping'
2019-09-01 19:16:46.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.460 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcPathMatcher'
2019-09-01 19:16:46.460 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.460 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=NamingResourcesImpl, className=org.apache.catalina.mbeans.NamingResourcesMBean, description=Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context, group=Resources, type=org.apache.catalina.deploy.NamingResourcesImpl])
2019-09-01 19:16:46.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.461 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.461 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
2019-09-01 19:16:46.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
2019-09-01 19:16:46.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:46.461 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
2019-09-01 19:16:46.462 DEBUG 16688 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.21/225a44fe65e9832f896e09f343ce107d38f3ee1b/tomcat-embed-core-9.0.21.jar!/org/apache/catalina/loader/mbeans-descriptors.xml
2019-09-01 19:16:46.462 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@22bb8341)
2019-09-01 19:16:46.462 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
2019-09-01 19:16:46.463 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
2019-09-01 19:16:46.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
2019-09-01 19:16:46.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:46.463 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.463 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'WebappLoader'
2019-09-01 19:16:46.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=WebappLoader)
2019-09-01 19:16:46.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Classloader implementation which is specialized for handling web applications'
2019-09-01 19:16:46.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Classloader implementation which is specialized for handling web applications)
2019-09-01 19:16:46.464 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUrlPathHelper'
2019-09-01 19:16:46.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:46.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:46.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Loader'
2019-09-01 19:16:46.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Loader)
2019-09-01 19:16:46.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.loader.WebappLoader'
2019-09-01 19:16:46.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.loader.WebappLoader)
2019-09-01 19:16:46.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.464 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.465 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:46.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:46.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:46.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:46.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.466 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3c50eef8)
2019-09-01 19:16:46.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.467 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.467 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.467 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewControllerHandlerMapping'
2019-09-01 19:16:46.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate'
2019-09-01 19:16:46.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate)
2019-09-01 19:16:46.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'follow standard delegation model' flag that will be used to configure our ClassLoader'
2019-09-01 19:16:46.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
2019-09-01 19:16:46.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.468 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@60861d41)
2019-09-01 19:16:46.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.469 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.469 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'reloadable'
2019-09-01 19:16:46.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=reloadable)
2019-09-01 19:16:46.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The reloadable flag for this Loader'
2019-09-01 19:16:46.470 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'beanNameHandlerMapping'
2019-09-01 19:16:46.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The reloadable flag for this Loader)
2019-09-01 19:16:46.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.471 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@100e9d28)
2019-09-01 19:16:46.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.472 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.472 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:46.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:46.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:46.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:46.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.474 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6ed1b5e3)
2019-09-01 19:16:46.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.475 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.475 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loaderRepositories'
2019-09-01 19:16:46.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loaderRepositories)
2019-09-01 19:16:46.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Repositories set in the real loader'
2019-09-01 19:16:46.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Repositories set in the real loader)
2019-09-01 19:16:46.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-09-01 19:16:46.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-09-01 19:16:46.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.477 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@554db1ef)
2019-09-01 19:16:46.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.478 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.478 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'loaderRepositoriesString'
2019-09-01 19:16:46.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=loaderRepositoriesString)
2019-09-01 19:16:46.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Repositories set in the real loader'
2019-09-01 19:16:46.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Repositories set in the real loader)
2019-09-01 19:16:46.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.480 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@571d212)
2019-09-01 19:16:46.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.481 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.481 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'toString'
2019-09-01 19:16:46.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=toString)
2019-09-01 19:16:46.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Info about the loader'
2019-09-01 19:16:46.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Info about the loader)
2019-09-01 19:16:46.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-09-01 19:16:46.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-09-01 19:16:46.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'String'
2019-09-01 19:16:46.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=String)
2019-09-01 19:16:46.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.482 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.482 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@61f2f849)
2019-09-01 19:16:46.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.483 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.483 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=WebappLoader, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Classloader implementation which is specialized for handling web applications, group=Loader, type=org.apache.catalina.loader.WebappLoader])
2019-09-01 19:16:46.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.484 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.484 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'WebappClassLoader'
2019-09-01 19:16:46.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=WebappClassLoader)
2019-09-01 19:16:46.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Classloader implementation which is specialized for handling web applications'
2019-09-01 19:16:46.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Classloader implementation which is specialized for handling web applications)
2019-09-01 19:16:46.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:46.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:46.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Loader'
2019-09-01 19:16:46.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Loader)
2019-09-01 19:16:46.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.loader.WebappClassLoader'
2019-09-01 19:16:46.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.loader.WebappClassLoader)
2019-09-01 19:16:46.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.485 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.485 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:46.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:46.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:46.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:46.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.486 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@26f3739)
2019-09-01 19:16:46.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.487 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.487 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'resourceHandlerMapping'
2019-09-01 19:16:46.487 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextName'
2019-09-01 19:16:46.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextName)
2019-09-01 19:16:46.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the webapp context'
2019-09-01 19:16:46.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the webapp context)
2019-09-01 19:16:46.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.489 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3a153c52)
2019-09-01 19:16:46.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.490 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.490 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate'
2019-09-01 19:16:46.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate)
2019-09-01 19:16:46.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'follow standard delegation model' flag that will be used to configure our ClassLoader'
2019-09-01 19:16:46.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
2019-09-01 19:16:46.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.492 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@31ff8840)
2019-09-01 19:16:46.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.493 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.493 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:46.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:46.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:46.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:46.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.494 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@47b91e86)
2019-09-01 19:16:46.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.495 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.496 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'URLs'
2019-09-01 19:16:46.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=URLs)
2019-09-01 19:16:46.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The URLs of this loader'
2019-09-01 19:16:46.496 DEBUG 16688 --- [ Test worker] o.s.w.s.handler.SimpleUrlHandlerMapping : Patterns [/webjars/**, /**] in 'resourceHandlerMapping'
2019-09-01 19:16:46.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The URLs of this loader)
2019-09-01 19:16:46.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.net.URL;'
2019-09-01 19:16:46.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.net.URL;)
2019-09-01 19:16:46.497 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultServletHandlerMapping'
2019-09-01 19:16:46.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.497 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.498 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcUriComponentsContributor'
2019-09-01 19:16:46.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3c142fb7)
2019-09-01 19:16:46.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.498 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.498 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=WebappClassLoader, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Classloader implementation which is specialized for handling web applications, group=Loader, type=org.apache.catalina.loader.WebappClassLoader])
2019-09-01 19:16:46.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.499 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.499 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ParallelWebappClassLoader'
2019-09-01 19:16:46.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ParallelWebappClassLoader)
2019-09-01 19:16:46.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel'
2019-09-01 19:16:46.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel)
2019-09-01 19:16:46.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:46.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:46.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Loader'
2019-09-01 19:16:46.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Loader)
2019-09-01 19:16:46.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.loader.ParallelWebappClassLoader'
2019-09-01 19:16:46.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.loader.ParallelWebappClassLoader)
2019-09-01 19:16:46.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.501 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.501 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:46.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:46.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:46.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:46.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.503 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.504 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.504 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ff063cb)
2019-09-01 19:16:46.504 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.504 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'httpRequestHandlerAdapter'
2019-09-01 19:16:46.504 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.504 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.504 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.504 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.505 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.505 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.505 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.505 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.505 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.505 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextName'
2019-09-01 19:16:46.505 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextName)
2019-09-01 19:16:46.505 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Name of the webapp context'
2019-09-01 19:16:46.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Name of the webapp context)
2019-09-01 19:16:46.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.507 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@620043fd)
2019-09-01 19:16:46.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.508 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.508 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'delegate'
2019-09-01 19:16:46.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=delegate)
2019-09-01 19:16:46.509 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'simpleControllerHandlerAdapter'
2019-09-01 19:16:46.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'follow standard delegation model' flag that will be used to configure our ClassLoader'
2019-09-01 19:16:46.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'follow standard delegation model' flag that will be used to configure our ClassLoader)
2019-09-01 19:16:46.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.510 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6d423c15)
2019-09-01 19:16:46.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.511 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.511 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:46.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:46.512 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'handlerExceptionResolver'
2019-09-01 19:16:46.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:46.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:46.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.514 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7036df9d)
2019-09-01 19:16:46.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.515 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.515 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'URLs'
2019-09-01 19:16:46.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=URLs)
2019-09-01 19:16:46.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The URLs of this loader'
2019-09-01 19:16:46.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The URLs of this loader)
2019-09-01 19:16:46.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.net.URL;'
2019-09-01 19:16:46.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.net.URL;)
2019-09-01 19:16:46.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.517 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5cf4146b)
2019-09-01 19:16:46.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.519 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.519 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ParallelWebappClassLoader, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Classloader implementation which is specialized for handling web applications and is capable of loading classes in parallel, group=Loader, type=org.apache.catalina.loader.ParallelWebappClassLoader])
2019-09-01 19:16:46.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.520 DEBUG 16688 --- [ Test worker] .m.m.a.ExceptionHandlerExceptionResolver : ControllerAdvice beans: 0 @ExceptionHandler, 1 ResponseBodyAdvice
2019-09-01 19:16:46.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.521 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.521 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
2019-09-01 19:16:46.521 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
2019-09-01 19:16:46.521 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.521 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:46.521 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
2019-09-01 19:16:46.522 DEBUG 16688 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.21/225a44fe65e9832f896e09f343ce107d38f3ee1b/tomcat-embed-core-9.0.21.jar!/org/apache/catalina/realm/mbeans-descriptors.xml
2019-09-01 19:16:46.523 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@6d96f03)
2019-09-01 19:16:46.523 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
2019-09-01 19:16:46.524 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
2019-09-01 19:16:46.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
2019-09-01 19:16:46.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:46.524 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.524 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'DataSourceRealm'
2019-09-01 19:16:46.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=DataSourceRealm)
2019-09-01 19:16:46.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ClassNameMBean'
2019-09-01 19:16:46.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ClassNameMBean)
2019-09-01 19:16:46.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that works with any JNDI configured DataSource'
2019-09-01 19:16:46.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that works with any JNDI configured DataSource)
2019-09-01 19:16:46.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:46.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:46.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
2019-09-01 19:16:46.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
2019-09-01 19:16:46.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.DataSourceRealm'
2019-09-01 19:16:46.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.DataSourceRealm)
2019-09-01 19:16:46.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.526 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.527 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
2019-09-01 19:16:46.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
2019-09-01 19:16:46.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
2019-09-01 19:16:46.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
2019-09-01 19:16:46.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.528 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.528 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'mvcViewResolver'
2019-09-01 19:16:46.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7af264ff)
2019-09-01 19:16:46.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.529 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.530 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:46.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:46.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:46.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:46.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.532 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1b450ea1)
2019-09-01 19:16:46.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.533 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.533 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'dataSourceName'
2019-09-01 19:16:46.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=dataSourceName)
2019-09-01 19:16:46.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The JNDI named JDBC DataSource for your database'
2019-09-01 19:16:46.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The JNDI named JDBC DataSource for your database)
2019-09-01 19:16:46.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.534 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@77298ff8)
2019-09-01 19:16:46.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.536 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.536 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'localDataSource'
2019-09-01 19:16:46.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=localDataSource)
2019-09-01 19:16:46.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Configures if the DataSource is local to the webapp'
2019-09-01 19:16:46.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Configures if the DataSource is local to the webapp)
2019-09-01 19:16:46.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.537 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3ac54769)
2019-09-01 19:16:46.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.539 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.539 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
2019-09-01 19:16:46.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
2019-09-01 19:16:46.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
2019-09-01 19:16:46.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
2019-09-01 19:16:46.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.540 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@53791952)
2019-09-01 19:16:46.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.541 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.541 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.541 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultViewResolver'
2019-09-01 19:16:46.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleNameCol'
2019-09-01 19:16:46.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleNameCol)
2019-09-01 19:16:46.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user role table that names a role'
2019-09-01 19:16:46.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user role table that names a role)
2019-09-01 19:16:46.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.543 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@60fa359a)
2019-09-01 19:16:46.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.544 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.544 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:46.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:46.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:46.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:46.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.546 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5b172032)
2019-09-01 19:16:46.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.547 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.547 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userCredCol'
2019-09-01 19:16:46.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userCredCol)
2019-09-01 19:16:46.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's credentials'
2019-09-01 19:16:46.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's credentials)
2019-09-01 19:16:46.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.549 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4b79ca36)
2019-09-01 19:16:46.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.550 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.551 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userNameCol'
2019-09-01 19:16:46.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userNameCol)
2019-09-01 19:16:46.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's username'
2019-09-01 19:16:46.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's username)
2019-09-01 19:16:46.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.552 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@50d1f982)
2019-09-01 19:16:46.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.553 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.554 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userRoleTable'
2019-09-01 19:16:46.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userRoleTable)
2019-09-01 19:16:46.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds the relation between user's and roles'
2019-09-01 19:16:46.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds the relation between user's and roles)
2019-09-01 19:16:46.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.555 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@613640e7)
2019-09-01 19:16:46.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.556 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.556 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userTable'
2019-09-01 19:16:46.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userTable)
2019-09-01 19:16:46.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds user data'
2019-09-01 19:16:46.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds user data)
2019-09-01 19:16:46.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.558 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@342fa43)
2019-09-01 19:16:46.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.559 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.559 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
2019-09-01 19:16:46.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
2019-09-01 19:16:46.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
2019-09-01 19:16:46.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
2019-09-01 19:16:46.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.561 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6efb867)
2019-09-01 19:16:46.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.562 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.562 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-09-01 19:16:46.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-09-01 19:16:46.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-09-01 19:16:46.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-09-01 19:16:46.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.564 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@592d4cd1)
2019-09-01 19:16:46.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.565 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.566 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-09-01 19:16:46.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-09-01 19:16:46.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-09-01 19:16:46.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-09-01 19:16:46.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.567 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@a4f1e6b)
2019-09-01 19:16:46.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.568 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'viewResolver'
2019-09-01 19:16:46.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.568 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.568 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.569 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'viewResolver' via factory method to bean named 'org.springframework.beans.factory.support.DefaultListableBeanFactory@6f2806cc'
2019-09-01 19:16:46.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-09-01 19:16:46.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-09-01 19:16:46.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-09-01 19:16:46.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-09-01 19:16:46.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.570 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1e4b7d83)
2019-09-01 19:16:46.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.572 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.572 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-09-01 19:16:46.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-09-01 19:16:46.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-09-01 19:16:46.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-09-01 19:16:46.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.573 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@651cd2ad)
2019-09-01 19:16:46.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.575 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.575 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=DataSourceRealm, className=org.apache.catalina.mbeans.ClassNameMBean, description=Implementation of Realm that works with any JNDI configured DataSource, group=Realm, type=org.apache.catalina.realm.DataSourceRealm])
2019-09-01 19:16:46.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.576 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.576 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'JAASRealm'
2019-09-01 19:16:46.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=JAASRealm)
2019-09-01 19:16:46.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS)'
2019-09-01 19:16:46.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS))
2019-09-01 19:16:46.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:46.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:46.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
2019-09-01 19:16:46.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
2019-09-01 19:16:46.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.JAASRealm'
2019-09-01 19:16:46.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.JAASRealm)
2019-09-01 19:16:46.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.577 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.577 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
2019-09-01 19:16:46.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
2019-09-01 19:16:46.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
2019-09-01 19:16:46.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
2019-09-01 19:16:46.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.579 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@56e4511b)
2019-09-01 19:16:46.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.580 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.580 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'appName'
2019-09-01 19:16:46.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=appName)
2019-09-01 19:16:46.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The application name passed to the JAAS LoginContext, which uses it to select the set of relevant LoginModules'
2019-09-01 19:16:46.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The application name passed to the JAAS LoginContext, which uses it to select the set of relevant LoginModules)
2019-09-01 19:16:46.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.581 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.581 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'thymeleafViewResolver'
2019-09-01 19:16:46.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@24aab1ea)
2019-09-01 19:16:46.582 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafWebMvcConfiguration$ThymeleafViewResolverConfiguration'
2019-09-01 19:16:46.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.582 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.582 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.582 DEBUG 16688 --- [ Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafWebMvcConfiguration$ThymeleafViewResolverConfiguration$$EnhancerBySpringCGLIB$$abf3c6bc] - unable to determine constructor/method parameter names
2019-09-01 19:16:46.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:46.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:46.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:46.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:46.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.583 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.thymeleaf-org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties'
2019-09-01 19:16:46.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.584 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@61487799)
2019-09-01 19:16:46.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.585 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.585 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleClassNames'
2019-09-01 19:16:46.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleClassNames)
2019-09-01 19:16:46.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-delimited list of javax.security.Principal classes that represent security roles'
2019-09-01 19:16:46.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-delimited list of javax.security.Principal classes that represent security roles)
2019-09-01 19:16:46.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.586 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@624248a7)
2019-09-01 19:16:46.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.588 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.588 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.588 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'templateEngine'
2019-09-01 19:16:46.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.588 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafDefaultConfiguration'
2019-09-01 19:16:46.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
2019-09-01 19:16:46.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
2019-09-01 19:16:46.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
2019-09-01 19:16:46.589 DEBUG 16688 --- [ Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafDefaultConfiguration$$EnhancerBySpringCGLIB$$d73b0a8d] - unable to determine constructor/method parameter names
2019-09-01 19:16:46.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
2019-09-01 19:16:46.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.589 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@16dab17d)
2019-09-01 19:16:46.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.591 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.591 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:46.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:46.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:46.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:46.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.592 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.592 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.592 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.592 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.592 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.592 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.592 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.592 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.592 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.592 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.592 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.592 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@678e77ad)
2019-09-01 19:16:46.593 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.593 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.593 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.593 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'defaultTemplateResolver'
2019-09-01 19:16:46.593 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.593 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration'
2019-09-01 19:16:46.593 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.593 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.593 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.593 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.593 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.593 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.593 DEBUG 16688 --- [ Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration$$EnhancerBySpringCGLIB$$956b8fe4] - unable to determine constructor/method parameter names
2019-09-01 19:16:46.593 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userClassNames'
2019-09-01 19:16:46.594 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userClassNames)
2019-09-01 19:16:46.594 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration' via constructor to bean named 'spring.thymeleaf-org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties'
2019-09-01 19:16:46.594 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-delimited list of javax.security.Principal classes that represent individual users'
2019-09-01 19:16:46.594 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$DefaultTemplateResolverConfiguration' via constructor to bean named 'org.springframework.web.context.support.GenericWebApplicationContext@321c2e0f'
2019-09-01 19:16:46.594 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-delimited list of javax.security.Principal classes that represent individual users)
2019-09-01 19:16:46.594 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.594 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.594 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.594 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.594 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.594 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.594 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.595 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.595 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.595 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.595 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4558307a)
2019-09-01 19:16:46.595 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.595 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.595 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.595 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.595 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.595 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.596 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.596 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.596 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.596 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.596 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useContextClassLoader'
2019-09-01 19:16:46.596 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useContextClassLoader)
2019-09-01 19:16:46.596 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Sets whether to use the context or default ClassLoader.'
2019-09-01 19:16:46.596 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Sets whether to use the context or default ClassLoader.)
2019-09-01 19:16:46.596 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:46.597 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:46.597 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.597 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.597 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.597 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.597 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.597 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.597 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.597 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.598 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.598 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.598 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@35af4f06)
2019-09-01 19:16:46.598 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.598 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.598 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.598 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.598 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.598 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.598 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.598 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.598 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.599 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.599 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
2019-09-01 19:16:46.599 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
2019-09-01 19:16:46.599 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we validate client certificate chains when they are presented?'
2019-09-01 19:16:46.599 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we validate client certificate chains when they are presented?)
2019-09-01 19:16:46.599 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.599 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.599 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.599 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.599 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.599 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.600 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.600 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.600 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.600 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.600 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@763d5197)
2019-09-01 19:16:46.600 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.600 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.600 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.600 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.600 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.600 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.601 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.601 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.601 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.601 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.601 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-09-01 19:16:46.601 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-09-01 19:16:46.601 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-09-01 19:16:46.601 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-09-01 19:16:46.601 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.601 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.602 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.602 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.602 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.602 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.602 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.602 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.602 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.602 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.602 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.602 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.602 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@621a73e2)
2019-09-01 19:16:46.603 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.603 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.603 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.603 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.603 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.603 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.603 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.603 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.603 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.603 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.603 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-09-01 19:16:46.604 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-09-01 19:16:46.604 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-09-01 19:16:46.604 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-09-01 19:16:46.604 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.604 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.604 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.604 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.604 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.604 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6645443b)
2019-09-01 19:16:46.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.605 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.606 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.606 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.606 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.606 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.606 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.606 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.606 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.606 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-09-01 19:16:46.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-09-01 19:16:46.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-09-01 19:16:46.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-09-01 19:16:46.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.607 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.608 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.608 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.608 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.608 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.608 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.608 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.608 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.608 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@295df08a)
2019-09-01 19:16:46.608 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.609 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.609 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.609 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.609 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.609 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.609 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.609 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.609 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-09-01 19:16:46.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-09-01 19:16:46.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-09-01 19:16:46.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-09-01 19:16:46.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.610 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.611 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.611 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.611 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.611 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.611 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.611 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.611 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.611 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.611 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.611 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3570addf)
2019-09-01 19:16:46.612 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.612 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.612 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.612 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.612 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.612 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.612 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.612 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.612 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=JAASRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS), group=Realm, type=org.apache.catalina.realm.JAASRealm])
2019-09-01 19:16:46.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.613 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.614 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.614 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.614 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.614 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.614 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.614 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.614 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'JDBCRealm'
2019-09-01 19:16:46.614 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=JDBCRealm)
2019-09-01 19:16:46.615 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that works with any JDBC supported database'
2019-09-01 19:16:46.615 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that works with any JDBC supported database)
2019-09-01 19:16:46.615 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:46.615 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:46.615 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
2019-09-01 19:16:46.615 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
2019-09-01 19:16:46.615 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.JDBCRealm'
2019-09-01 19:16:46.615 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.JDBCRealm)
2019-09-01 19:16:46.615 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.616 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.616 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.616 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.616 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.616 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.616 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.616 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
2019-09-01 19:16:46.616 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
2019-09-01 19:16:46.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
2019-09-01 19:16:46.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
2019-09-01 19:16:46.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.617 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.617 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.618 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.618 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4445df0)
2019-09-01 19:16:46.618 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.618 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.618 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.618 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.618 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.618 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.619 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.619 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.619 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.619 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.619 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:46.619 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:46.619 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:46.619 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:46.619 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.620 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.620 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.620 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.620 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.620 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.620 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.620 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.620 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.620 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.621 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.621 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.621 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@48eca5df)
2019-09-01 19:16:46.621 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.621 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.621 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.621 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.621 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.621 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionName'
2019-09-01 19:16:46.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionName)
2019-09-01 19:16:46.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection username to use when trying to connect to the database'
2019-09-01 19:16:46.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection username to use when trying to connect to the database)
2019-09-01 19:16:46.622 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.623 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.623 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafDefaultConfiguration' via constructor to bean named 'spring.thymeleaf-org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties'
2019-09-01 19:16:46.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.623 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafDefaultConfiguration' via constructor to bean named 'defaultTemplateResolver'
2019-09-01 19:16:46.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ef3c5e8)
2019-09-01 19:16:46.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.623 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.624 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.624 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.624 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.624 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.624 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.624 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.624 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.624 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionPassword'
2019-09-01 19:16:46.624 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionPassword)
2019-09-01 19:16:46.624 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection password to use when trying to connect to the database'
2019-09-01 19:16:46.624 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection password to use when trying to connect to the database)
2019-09-01 19:16:46.624 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.625 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.625 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.625 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.625 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.625 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.625 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.625 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.625 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.625 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.625 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3edd8fbc)
2019-09-01 19:16:46.625 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.625 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.625 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.626 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.626 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.626 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.626 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.626 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.626 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.626 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.626 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionURL'
2019-09-01 19:16:46.626 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionURL)
2019-09-01 19:16:46.626 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection URL to use when trying to connect to the database'
2019-09-01 19:16:46.626 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection URL to use when trying to connect to the database)
2019-09-01 19:16:46.626 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.627 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.627 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.627 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.627 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.627 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.627 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.627 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.627 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.627 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.627 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1850fe4a)
2019-09-01 19:16:46.627 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.627 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.627 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.627 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.628 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.628 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.628 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.628 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.628 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.628 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.628 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'driverName'
2019-09-01 19:16:46.628 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=driverName)
2019-09-01 19:16:46.628 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The JDBC driver to use'
2019-09-01 19:16:46.628 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The JDBC driver to use)
2019-09-01 19:16:46.628 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.628 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.629 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.629 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.629 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.629 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.629 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.629 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.629 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.629 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.629 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@353f62c2)
2019-09-01 19:16:46.629 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.630 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.630 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.630 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.630 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.630 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.630 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.630 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.630 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.631 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.631 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleNameCol'
2019-09-01 19:16:46.631 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleNameCol)
2019-09-01 19:16:46.631 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user role table that names a role'
2019-09-01 19:16:46.631 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user role table that names a role)
2019-09-01 19:16:46.631 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.631 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.631 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.631 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.632 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.632 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.632 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.632 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.632 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.632 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.632 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@25732d08)
2019-09-01 19:16:46.632 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.633 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.633 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.633 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.633 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.633 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.633 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.633 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.633 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.633 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.633 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
2019-09-01 19:16:46.634 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
2019-09-01 19:16:46.634 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
2019-09-01 19:16:46.634 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
2019-09-01 19:16:46.634 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.634 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.634 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.634 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.634 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.634 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.634 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7701e675)
2019-09-01 19:16:46.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.635 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.635 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.635 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.636 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.636 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.636 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.636 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.636 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:46.636 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:46.636 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:46.636 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:46.636 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.636 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.637 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.637 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.637 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.637 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.637 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.637 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.637 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.637 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.637 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.637 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.638 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@683cf471)
2019-09-01 19:16:46.638 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.638 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.638 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.638 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.638 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.638 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.638 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.639 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.639 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.639 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.639 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userCredCol'
2019-09-01 19:16:46.639 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userCredCol)
2019-09-01 19:16:46.639 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's credentials'
2019-09-01 19:16:46.639 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's credentials)
2019-09-01 19:16:46.639 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.640 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.640 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.640 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.640 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.640 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.640 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.640 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.640 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.641 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.641 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@265ba2c6)
2019-09-01 19:16:46.641 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.641 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.641 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.641 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.641 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.641 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.642 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.642 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.642 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.642 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.642 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userNameCol'
2019-09-01 19:16:46.642 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userNameCol)
2019-09-01 19:16:46.642 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The column in the user table that holds the user's username'
2019-09-01 19:16:46.643 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The column in the user table that holds the user's username)
2019-09-01 19:16:46.643 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.643 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.643 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.643 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.643 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.643 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1afcd068)
2019-09-01 19:16:46.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.644 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.644 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.645 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.645 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.645 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.645 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.645 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.645 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userRoleTable'
2019-09-01 19:16:46.645 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userRoleTable)
2019-09-01 19:16:46.646 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds the relation between user's and roles'
2019-09-01 19:16:46.646 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds the relation between user's and roles)
2019-09-01 19:16:46.646 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.646 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.646 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.646 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.646 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.647 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.647 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.647 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.647 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.647 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.647 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6236bf0c)
2019-09-01 19:16:46.647 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.648 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.648 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.648 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.648 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.648 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.648 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.648 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.649 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.649 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.649 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userTable'
2019-09-01 19:16:46.649 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userTable)
2019-09-01 19:16:46.649 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The table that holds user data'
2019-09-01 19:16:46.649 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The table that holds user data)
2019-09-01 19:16:46.649 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.649 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.649 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.650 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.650 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.650 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.650 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.650 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.650 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.650 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.650 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6d265047)
2019-09-01 19:16:46.650 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.651 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.651 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.651 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.651 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.651 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.652 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.652 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.652 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.652 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.652 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
2019-09-01 19:16:46.652 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
2019-09-01 19:16:46.652 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
2019-09-01 19:16:46.653 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
2019-09-01 19:16:46.653 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.653 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.653 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.653 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.654 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.654 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.654 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.654 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.654 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.654 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.654 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@169092b7)
2019-09-01 19:16:46.654 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.654 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.655 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.655 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.655 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.655 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.655 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.655 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.655 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.655 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.656 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-09-01 19:16:46.656 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-09-01 19:16:46.656 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-09-01 19:16:46.656 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-09-01 19:16:46.656 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.656 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.657 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.657 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.657 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.657 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.657 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.657 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.658 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.658 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.658 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.658 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.659 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6a937f9d)
2019-09-01 19:16:46.659 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.659 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.659 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.659 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.660 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.660 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.660 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.660 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.660 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.660 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.660 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-09-01 19:16:46.661 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-09-01 19:16:46.661 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-09-01 19:16:46.661 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-09-01 19:16:46.661 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.661 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.661 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.662 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.662 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.662 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.662 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.662 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.662 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.663 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.663 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.663 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.663 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3d8a631c)
2019-09-01 19:16:46.663 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.663 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.663 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.663 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.663 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.664 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.664 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.664 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.664 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.664 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.664 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-09-01 19:16:46.664 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-09-01 19:16:46.664 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-09-01 19:16:46.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-09-01 19:16:46.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.665 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.665 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.666 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.666 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.666 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.666 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@62f1b882)
2019-09-01 19:16:46.666 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.666 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.666 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.666 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.666 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'java8TimeDialect'
2019-09-01 19:16:46.666 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.666 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafJava8TimeDialect'
2019-09-01 19:16:46.667 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.667 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.667 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.667 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.667 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.667 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-09-01 19:16:46.667 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-09-01 19:16:46.668 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-09-01 19:16:46.668 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-09-01 19:16:46.668 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.668 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.668 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.668 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.668 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.669 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.669 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.669 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.669 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.669 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.669 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.669 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.669 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@70669b41)
2019-09-01 19:16:46.670 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.670 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.670 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.670 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.670 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.670 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.671 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.671 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.671 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.671 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.671 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.671 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.672 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=JDBCRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of Realm that works with any JDBC supported database, group=Realm, type=org.apache.catalina.realm.JDBCRealm])
2019-09-01 19:16:46.672 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.672 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.672 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.672 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.672 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.672 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'JNDIRealm'
2019-09-01 19:16:46.673 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=JNDIRealm)
2019-09-01 19:16:46.674 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs'
2019-09-01 19:16:46.674 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs)
2019-09-01 19:16:46.674 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:46.674 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:46.674 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
2019-09-01 19:16:46.674 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
2019-09-01 19:16:46.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.JNDIRealm'
2019-09-01 19:16:46.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.JNDIRealm)
2019-09-01 19:16:46.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.675 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.675 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.675 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'adCompat'
2019-09-01 19:16:46.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=adCompat)
2019-09-01 19:16:46.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to ' The current settings for handling PartialResultExceptions'
2019-09-01 19:16:46.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description= The current settings for handling PartialResultExceptions)
2019-09-01 19:16:46.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.676 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.676 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.677 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.677 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.677 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.677 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.677 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.677 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1f87d47)
2019-09-01 19:16:46.677 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.677 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.678 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.678 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.678 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.678 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.678 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.678 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.678 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.678 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.679 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
2019-09-01 19:16:46.679 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
2019-09-01 19:16:46.679 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
2019-09-01 19:16:46.679 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
2019-09-01 19:16:46.679 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.679 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.679 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.679 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.679 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.680 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.680 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.680 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.680 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.681 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.681 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f846ce7)
2019-09-01 19:16:46.681 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.682 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.682 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.682 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.682 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.683 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.683 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.683 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.683 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.683 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.683 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'alternateURL'
2019-09-01 19:16:46.684 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=alternateURL)
2019-09-01 19:16:46.684 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Alternate URL'
2019-09-01 19:16:46.684 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Alternate URL)
2019-09-01 19:16:46.684 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.684 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.684 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.684 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.684 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.685 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.685 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.685 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.685 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.685 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.686 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5eec3d)
2019-09-01 19:16:46.686 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.686 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.686 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.686 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.686 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.687 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.687 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.687 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.687 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.687 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.687 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'authentication'
2019-09-01 19:16:46.687 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=authentication)
2019-09-01 19:16:46.688 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of authentication to use'
2019-09-01 19:16:46.688 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of authentication to use)
2019-09-01 19:16:46.688 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.688 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.689 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.689 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.689 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.689 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.689 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.689 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.690 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.690 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.690 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4426c3e4)
2019-09-01 19:16:46.690 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.691 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.692 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.692 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.692 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.692 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.692 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.693 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.693 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.693 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.693 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:46.693 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:46.694 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:46.694 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:46.694 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.694 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.694 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.695 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.695 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f68c62)
2019-09-01 19:16:46.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.696 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.697 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.697 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.697 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.697 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.697 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.697 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'commonRole'
2019-09-01 19:16:46.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=commonRole)
2019-09-01 19:16:46.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The common role'
2019-09-01 19:16:46.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The common role)
2019-09-01 19:16:46.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.698 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.699 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.699 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.699 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.699 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.699 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.699 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.699 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.700 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.700 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4ad93b0f)
2019-09-01 19:16:46.700 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.700 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.700 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.700 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.701 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.701 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionName'
2019-09-01 19:16:46.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionName)
2019-09-01 19:16:46.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection username for the server we will contact'
2019-09-01 19:16:46.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection username for the server we will contact)
2019-09-01 19:16:46.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.701 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.702 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d11196d)
2019-09-01 19:16:46.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.702 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.703 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.703 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.703 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.703 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.703 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.703 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.703 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.703 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionPassword'
2019-09-01 19:16:46.704 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionPassword)
2019-09-01 19:16:46.704 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection password for the server we will contact'
2019-09-01 19:16:46.704 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection password for the server we will contact)
2019-09-01 19:16:46.704 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.704 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.704 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.704 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.704 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.704 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.704 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.704 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.704 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.705 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.705 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4fdac4c8)
2019-09-01 19:16:46.705 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafWebMvcConfiguration$ThymeleafViewResolverConfiguration' via constructor to bean named 'spring.thymeleaf-org.springframework.boot.autoconfigure.thymeleaf.ThymeleafProperties'
2019-09-01 19:16:46.705 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafWebMvcConfiguration$ThymeleafViewResolverConfiguration' via constructor to bean named 'templateEngine'
2019-09-01 19:16:46.705 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.705 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.705 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.705 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.705 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.705 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionTimeout'
2019-09-01 19:16:46.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionTimeout)
2019-09-01 19:16:46.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection timeout'
2019-09-01 19:16:46.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection timeout)
2019-09-01 19:16:46.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.706 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.707 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.707 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.707 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.707 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.707 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.707 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.707 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.707 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.707 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7dfdd4cd)
2019-09-01 19:16:46.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.708 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.708 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.708 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionURL'
2019-09-01 19:16:46.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionURL)
2019-09-01 19:16:46.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The connection URL for the server we will contact'
2019-09-01 19:16:46.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The connection URL for the server we will contact)
2019-09-01 19:16:46.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.709 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.710 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7eff993e)
2019-09-01 19:16:46.710 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.711 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.711 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.711 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.711 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.711 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.711 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.711 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.711 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.712 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.712 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextFactory'
2019-09-01 19:16:46.712 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextFactory)
2019-09-01 19:16:46.712 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The JNDI context factory for this Realm'
2019-09-01 19:16:46.712 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The JNDI context factory for this Realm)
2019-09-01 19:16:46.712 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.712 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.712 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.712 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.713 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.713 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.713 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.713 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.713 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.713 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.713 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4b903dfd)
2019-09-01 19:16:46.713 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.713 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.714 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.714 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.714 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.714 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.714 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.714 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.714 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.715 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.715 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocol'
2019-09-01 19:16:46.715 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocol)
2019-09-01 19:16:46.715 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The protocol to be used'
2019-09-01 19:16:46.715 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The protocol to be used)
2019-09-01 19:16:46.715 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.715 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.715 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.715 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.715 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.715 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@52755cc3)
2019-09-01 19:16:46.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.716 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.717 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.717 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.717 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.717 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.717 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.717 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.717 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.717 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
2019-09-01 19:16:46.717 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
2019-09-01 19:16:46.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
2019-09-01 19:16:46.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
2019-09-01 19:16:46.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.718 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.718 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.719 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.719 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.719 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@41bda1fc)
2019-09-01 19:16:46.719 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.719 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.719 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.719 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.719 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.720 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'referrals'
2019-09-01 19:16:46.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=referrals)
2019-09-01 19:16:46.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The current setting for handling JNDI referrals.'
2019-09-01 19:16:46.720 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The current setting for handling JNDI referrals.)
2019-09-01 19:16:46.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.721 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.721 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4309f69c)
2019-09-01 19:16:46.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.722 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.722 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.722 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleBase'
2019-09-01 19:16:46.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleBase)
2019-09-01 19:16:46.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base element for role searches'
2019-09-01 19:16:46.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base element for role searches)
2019-09-01 19:16:46.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.723 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.724 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.724 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@93c44d5)
2019-09-01 19:16:46.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.725 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.726 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.726 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.726 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.727 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.727 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleName'
2019-09-01 19:16:46.727 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleName)
2019-09-01 19:16:46.727 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the attribute containing roles held elsewhere'
2019-09-01 19:16:46.727 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the attribute containing roles held elsewhere)
2019-09-01 19:16:46.728 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.728 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.728 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.728 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.728 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.728 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.728 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.729 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.729 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'welcomePageHandlerMapping'
2019-09-01 19:16:46.729 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.729 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.729 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'welcomePageHandlerMapping' via factory method to bean named 'org.springframework.web.context.support.GenericWebApplicationContext@321c2e0f'
2019-09-01 19:16:46.729 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@71d78275)
2019-09-01 19:16:46.729 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.729 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.729 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.730 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.730 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.730 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.730 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.730 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.730 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.730 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleNested'
2019-09-01 19:16:46.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleNested)
2019-09-01 19:16:46.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'The nested group search flag' flag'
2019-09-01 19:16:46.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'The nested group search flag' flag)
2019-09-01 19:16:46.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.731 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.732 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.732 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5dc96ff2)
2019-09-01 19:16:46.733 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.733 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.733 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.733 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.733 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.733 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.733 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.734 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.734 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.734 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.734 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleSearch'
2019-09-01 19:16:46.734 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleSearch)
2019-09-01 19:16:46.734 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The message format used to select roles for a user'
2019-09-01 19:16:46.734 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The message format used to select roles for a user)
2019-09-01 19:16:46.735 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.735 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.735 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.735 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.735 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.735 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.735 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.736 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.736 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.736 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.736 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@51f8cfc1)
2019-09-01 19:16:46.736 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.736 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.736 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.737 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.737 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.737 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.737 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.737 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.737 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.737 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.737 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleSearchAsUser'
2019-09-01 19:16:46.738 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleSearchAsUser)
2019-09-01 19:16:46.738 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the search for user roles be performed as the authenticating user?'
2019-09-01 19:16:46.738 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the search for user roles be performed as the authenticating user?)
2019-09-01 19:16:46.738 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:46.738 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:46.738 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.738 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.738 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.739 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.739 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.739 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.739 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.739 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.739 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.739 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.739 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3a8923c7)
2019-09-01 19:16:46.739 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.740 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.740 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.740 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.740 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.740 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.740 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.740 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.740 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.740 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.741 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roleSubtree'
2019-09-01 19:16:46.741 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roleSubtree)
2019-09-01 19:16:46.741 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we search the entire subtree for matching memberships?'
2019-09-01 19:16:46.741 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we search the entire subtree for matching memberships?)
2019-09-01 19:16:46.741 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.741 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.741 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.741 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.741 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.742 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.742 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.742 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.742 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.742 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.742 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7700dac9)
2019-09-01 19:16:46.742 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.742 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.743 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.743 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.743 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.743 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.743 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.743 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.743 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.743 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.743 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:46.743 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:46.744 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:46.744 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:46.744 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.744 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.744 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.744 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.744 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.744 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.744 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.745 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.745 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.745 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.745 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.745 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.745 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@61a08d24)
2019-09-01 19:16:46.745 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.745 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.745 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.746 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.746 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.746 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.746 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.746 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.746 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.746 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.746 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userBase'
2019-09-01 19:16:46.746 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userBase)
2019-09-01 19:16:46.746 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base element for user searches'
2019-09-01 19:16:46.747 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base element for user searches)
2019-09-01 19:16:46.747 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.747 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.747 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.747 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.747 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.747 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.747 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.748 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.748 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.748 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.748 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7631d016)
2019-09-01 19:16:46.748 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.748 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.748 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.749 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.749 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.749 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.749 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.749 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.749 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.749 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.749 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userPassword'
2019-09-01 19:16:46.749 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userPassword)
2019-09-01 19:16:46.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The attribute name used to retrieve the user password'
2019-09-01 19:16:46.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The attribute name used to retrieve the user password)
2019-09-01 19:16:46.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.750 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.750 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@555420c)
2019-09-01 19:16:46.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.751 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.751 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.751 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userPattern'
2019-09-01 19:16:46.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userPattern)
2019-09-01 19:16:46.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The message format used to select a user'
2019-09-01 19:16:46.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The message format used to select a user)
2019-09-01 19:16:46.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.752 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.752 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.753 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'requestContextFilter'
2019-09-01 19:16:46.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@747206fd)
2019-09-01 19:16:46.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.753 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.754 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.754 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userRoleName'
2019-09-01 19:16:46.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userRoleName)
2019-09-01 19:16:46.754 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the attribute in the user's entry containing roles for that user'
2019-09-01 19:16:46.755 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the attribute in the user's entry containing roles for that user)
2019-09-01 19:16:46.755 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.755 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.755 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.755 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.755 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.755 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.755 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.756 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.756 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.756 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.756 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@115e7cfa)
2019-09-01 19:16:46.756 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.756 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.756 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.756 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.756 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.757 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.757 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.757 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.757 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.757 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.757 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userSearch'
2019-09-01 19:16:46.757 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userSearch)
2019-09-01 19:16:46.757 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The message format used to search for a user'
2019-09-01 19:16:46.757 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The message format used to search for a user)
2019-09-01 19:16:46.757 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.758 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.758 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.758 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.758 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.758 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.758 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.758 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.758 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.758 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.758 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6997afa7)
2019-09-01 19:16:46.758 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.759 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.759 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.759 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.759 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.759 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.759 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.759 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.759 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.759 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.759 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userSearchAsUser'
2019-09-01 19:16:46.759 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userSearchAsUser)
2019-09-01 19:16:46.760 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the search for the user's DN be performed as the authenticating user?'
2019-09-01 19:16:46.760 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the search for the user's DN be performed as the authenticating user?)
2019-09-01 19:16:46.760 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:46.760 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:46.760 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.760 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.760 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.760 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.760 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.760 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.761 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.761 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.761 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.761 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.761 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@467dc5bb)
2019-09-01 19:16:46.761 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.761 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.761 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.762 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.762 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.762 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.762 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.762 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.762 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.762 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.762 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'userSubtree'
2019-09-01 19:16:46.762 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=userSubtree)
2019-09-01 19:16:46.763 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we search the entire subtree for matching users?'
2019-09-01 19:16:46.763 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we search the entire subtree for matching users?)
2019-09-01 19:16:46.763 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.763 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.763 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.763 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.763 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.763 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.763 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.764 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.764 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.764 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.764 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@225c7667)
2019-09-01 19:16:46.764 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.764 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.764 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.765 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.765 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.765 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.765 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.765 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.765 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.765 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.765 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
2019-09-01 19:16:46.766 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
2019-09-01 19:16:46.766 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
2019-09-01 19:16:46.766 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
2019-09-01 19:16:46.766 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.766 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.766 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.766 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.767 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.767 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.767 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.767 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.767 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.767 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.767 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4007777a)
2019-09-01 19:16:46.768 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.768 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.768 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.768 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.768 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.768 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.768 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.769 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.769 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.769 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.769 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-09-01 19:16:46.769 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-09-01 19:16:46.769 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-09-01 19:16:46.769 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-09-01 19:16:46.769 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.770 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.770 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.770 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.770 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.770 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.770 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.770 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1439024a)
2019-09-01 19:16:46.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.771 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.772 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.772 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.servlet.WebMvcAutoConfiguration'
2019-09-01 19:16:46.772 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.772 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.772 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.772 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-09-01 19:16:46.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-09-01 19:16:46.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-09-01 19:16:46.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-09-01 19:16:46.773 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.774 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.774 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.774 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.774 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.774 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.774 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.775 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.775 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.775 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.775 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.775 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.776 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3c415d6b)
2019-09-01 19:16:46.776 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.776 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.776 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.777 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.777 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.777 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.778 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.778 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.778 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-09-01 19:16:46.778 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-09-01 19:16:46.778 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-09-01 19:16:46.778 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-09-01 19:16:46.779 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.779 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.779 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.779 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.779 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.779 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.779 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.780 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.780 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.780 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.780 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.780 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.780 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7defebca)
2019-09-01 19:16:46.781 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.781 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.781 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.781 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'hiddenHttpMethodFilter'
2019-09-01 19:16:46.781 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.781 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.781 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-09-01 19:16:46.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-09-01 19:16:46.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-09-01 19:16:46.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-09-01 19:16:46.782 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.783 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.783 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.783 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.783 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.783 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.783 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.784 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.784 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.784 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.784 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.784 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.784 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@628efaa)
2019-09-01 19:16:46.784 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.785 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.785 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.785 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.785 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.785 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.785 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.786 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.786 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.786 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.786 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.786 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.786 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=JNDIRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs, group=Realm, type=org.apache.catalina.realm.JNDIRealm])
2019-09-01 19:16:46.787 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.787 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.787 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.787 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.787 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.787 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.787 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.787 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.788 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.788 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.788 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'MemoryRealm'
2019-09-01 19:16:46.788 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=MemoryRealm)
2019-09-01 19:16:46.788 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles'
2019-09-01 19:16:46.788 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles)
2019-09-01 19:16:46.788 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:46.788 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:46.789 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
2019-09-01 19:16:46.789 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
2019-09-01 19:16:46.789 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.MemoryRealm'
2019-09-01 19:16:46.789 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.MemoryRealm)
2019-09-01 19:16:46.789 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.789 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.790 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.790 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.790 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.790 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.790 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.790 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
2019-09-01 19:16:46.790 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
2019-09-01 19:16:46.790 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
2019-09-01 19:16:46.791 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
2019-09-01 19:16:46.791 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.791 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.791 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.791 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.791 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5a5f8677)
2019-09-01 19:16:46.792 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.793 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.793 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.793 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.793 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.793 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.793 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.794 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.794 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.794 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.794 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:46.794 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:46.794 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:46.794 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:46.794 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.794 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.795 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.795 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.795 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.795 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.795 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.795 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.795 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.795 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.795 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.795 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.796 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c433252)
2019-09-01 19:16:46.796 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.796 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.796 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.796 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.796 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.796 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.796 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.796 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.797 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.797 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.797 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pathname'
2019-09-01 19:16:46.797 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pathname)
2019-09-01 19:16:46.797 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pathname of the XML file containing our database information'
2019-09-01 19:16:46.797 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pathname of the XML file containing our database information)
2019-09-01 19:16:46.797 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.797 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.798 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.798 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.798 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.798 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.798 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.798 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.798 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6e7035ab)
2019-09-01 19:16:46.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.799 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'formContentFilter'
2019-09-01 19:16:46.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.799 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.799 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.799 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
2019-09-01 19:16:46.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
2019-09-01 19:16:46.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
2019-09-01 19:16:46.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
2019-09-01 19:16:46.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.800 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.801 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2fe4c270)
2019-09-01 19:16:46.801 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.802 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.802 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.802 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.802 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.802 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.802 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.802 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.802 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.802 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.802 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:46.802 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:46.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:46.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:46.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.803 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.803 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.804 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.804 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.804 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.804 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@9ae95c5)
2019-09-01 19:16:46.804 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.804 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.804 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.804 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.804 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.804 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.805 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.805 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.805 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.805 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.805 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
2019-09-01 19:16:46.805 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
2019-09-01 19:16:46.805 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
2019-09-01 19:16:46.805 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
2019-09-01 19:16:46.805 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.805 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.806 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.806 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.806 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.806 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.806 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.806 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.806 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.806 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.806 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7c0ae700)
2019-09-01 19:16:46.807 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.807 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.807 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.807 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.807 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.807 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.807 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.807 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.807 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-09-01 19:16:46.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-09-01 19:16:46.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-09-01 19:16:46.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-09-01 19:16:46.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.808 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.809 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.809 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.809 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.809 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.809 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.809 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.809 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.809 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.809 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.809 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@13b85847)
2019-09-01 19:16:46.809 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.810 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.810 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.810 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.810 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.810 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.810 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.810 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.810 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.810 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.811 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-09-01 19:16:46.811 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-09-01 19:16:46.811 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-09-01 19:16:46.811 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-09-01 19:16:46.811 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.811 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.811 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.811 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.811 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.811 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.812 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.812 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.812 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.812 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.812 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.812 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.812 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1a46ef02)
2019-09-01 19:16:46.812 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.812 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.813 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.813 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.813 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.813 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.813 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.813 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.813 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.813 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.813 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-09-01 19:16:46.814 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-09-01 19:16:46.814 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-09-01 19:16:46.814 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-09-01 19:16:46.814 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.814 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.814 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.814 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.814 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.814 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.814 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.815 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.815 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.815 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.815 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.815 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.815 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@673b5132)
2019-09-01 19:16:46.815 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.815 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.815 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.815 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.816 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.816 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration'
2019-09-01 19:16:46.816 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.816 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.816 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.816 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.816 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.816 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-09-01 19:16:46.816 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-09-01 19:16:46.816 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-09-01 19:16:46.817 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-09-01 19:16:46.817 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.817 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.817 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.817 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.817 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.817 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.817 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.817 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.818 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.818 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.818 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.818 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.818 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4c228832)
2019-09-01 19:16:46.818 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.818 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.818 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.818 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.818 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.819 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.819 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.819 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.819 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.819 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.819 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.819 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.820 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=MemoryRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles, group=Realm, type=org.apache.catalina.realm.MemoryRealm])
2019-09-01 19:16:46.820 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.820 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.820 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.820 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.820 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.820 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.820 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.821 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.821 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.821 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.821 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.JacksonHttpMessageConvertersConfiguration'
2019-09-01 19:16:46.821 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'UserDatabaseRealm'
2019-09-01 19:16:46.821 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=UserDatabaseRealm)
2019-09-01 19:16:46.821 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Realm connected to a UserDatabase as a global JNDI resource'
2019-09-01 19:16:46.821 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Realm connected to a UserDatabase as a global JNDI resource)
2019-09-01 19:16:46.821 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:46.822 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:46.822 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
2019-09-01 19:16:46.822 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
2019-09-01 19:16:46.822 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.UserDatabaseRealm'
2019-09-01 19:16:46.822 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.UserDatabaseRealm)
2019-09-01 19:16:46.822 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.822 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.822 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.823 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.823 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.823 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.823 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.823 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
2019-09-01 19:16:46.823 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
2019-09-01 19:16:46.823 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
2019-09-01 19:16:46.823 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
2019-09-01 19:16:46.824 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.824 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.824 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.824 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.824 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.824 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.824 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.825 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.825 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.825 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.825 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1d899b91)
2019-09-01 19:16:46.825 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.825 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.825 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.825 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.826 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.826 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.826 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.826 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.826 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.826 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.826 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:46.826 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:46.826 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration$LoggingCodecConfiguration'
2019-09-01 19:16:46.826 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:46.826 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:46.827 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.827 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.827 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.827 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.827 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.827 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.827 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.827 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.827 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.827 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.828 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.828 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.828 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@309a49dd)
2019-09-01 19:16:46.828 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.828 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.828 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.828 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.828 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.829 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.829 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.829 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.829 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.829 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.829 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'resourceName'
2019-09-01 19:16:46.829 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=resourceName)
2019-09-01 19:16:46.829 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The global JNDI name of the UserDatabase resource to use'
2019-09-01 19:16:46.829 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The global JNDI name of the UserDatabase resource to use)
2019-09-01 19:16:46.830 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.830 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.830 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.830 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.830 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.830 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.830 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.830 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.830 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.831 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.831 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@d952c3d)
2019-09-01 19:16:46.831 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.831 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.831 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.831 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.831 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.831 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.832 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.832 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.832 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.832 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.832 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
2019-09-01 19:16:46.832 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
2019-09-01 19:16:46.832 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
2019-09-01 19:16:46.832 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
2019-09-01 19:16:46.832 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.832 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.833 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.833 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'loggingCodecCustomizer'
2019-09-01 19:16:46.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.833 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'loggingCodecCustomizer' via factory method to bean named 'spring.http-org.springframework.boot.autoconfigure.http.HttpProperties'
2019-09-01 19:16:46.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@55ae56a5)
2019-09-01 19:16:46.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.833 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.833 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.833 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.834 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.834 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.834 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.834 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:46.834 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:46.834 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:46.834 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:46.834 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.834 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.834 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.835 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.835 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@42a1a92)
2019-09-01 19:16:46.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.836 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.836 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.836 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
2019-09-01 19:16:46.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
2019-09-01 19:16:46.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
2019-09-01 19:16:46.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
2019-09-01 19:16:46.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.837 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.837 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@669c7f6b)
2019-09-01 19:16:46.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.838 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration$JacksonCodecConfiguration'
2019-09-01 19:16:46.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.838 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.839 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.839 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-09-01 19:16:46.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-09-01 19:16:46.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-09-01 19:16:46.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-09-01 19:16:46.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.839 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.840 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.840 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.840 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.840 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.840 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.840 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.840 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.840 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.840 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.840 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.840 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@42cc5341)
2019-09-01 19:16:46.841 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.841 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.841 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.841 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.841 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.841 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.841 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-09-01 19:16:46.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-09-01 19:16:46.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-09-01 19:16:46.842 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-09-01 19:16:46.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.843 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.843 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.844 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.844 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.844 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@65f03ec3)
2019-09-01 19:16:46.844 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.844 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.844 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.844 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'jacksonCodecCustomizer'
2019-09-01 19:16:46.844 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.844 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.844 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'jacksonCodecCustomizer' via factory method to bean named 'jacksonObjectMapper'
2019-09-01 19:16:46.845 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-09-01 19:16:46.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-09-01 19:16:46.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-09-01 19:16:46.845 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-09-01 19:16:46.846 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.846 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.846 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.846 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.846 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.846 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.846 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.846 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.846 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.846 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.846 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.847 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.847 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@31da4665)
2019-09-01 19:16:46.847 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.847 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.847 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.847 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.847 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.848 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.848 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.848 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.848 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.848 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.848 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-09-01 19:16:46.848 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-09-01 19:16:46.848 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-09-01 19:16:46.848 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-09-01 19:16:46.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.849 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.849 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@34b81012)
2019-09-01 19:16:46.850 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.850 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.850 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.850 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.850 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.850 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.850 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.850 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.850 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.850 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.851 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.851 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.851 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=UserDatabaseRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Realm connected to a UserDatabase as a global JNDI resource, group=Realm, type=org.apache.catalina.realm.UserDatabaseRealm])
2019-09-01 19:16:46.851 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.851 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.851 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.851 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.851 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.851 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.851 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.851 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.852 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.852 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.852 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'CombinedRealm'
2019-09-01 19:16:46.852 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=CombinedRealm)
2019-09-01 19:16:46.852 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Realm implementation that can be used to chain multiple realms'
2019-09-01 19:16:46.852 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.http.codec.CodecsAutoConfiguration'
2019-09-01 19:16:46.852 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Realm implementation that can be used to chain multiple realms)
2019-09-01 19:16:46.852 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:46.852 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:46.852 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
2019-09-01 19:16:46.852 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
2019-09-01 19:16:46.852 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.CombinedRealm'
2019-09-01 19:16:46.853 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.CombinedRealm)
2019-09-01 19:16:46.853 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.853 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.853 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.853 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.853 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.853 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.853 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.854 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
2019-09-01 19:16:46.854 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
2019-09-01 19:16:46.854 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
2019-09-01 19:16:46.854 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
2019-09-01 19:16:46.854 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.854 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.854 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.854 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.854 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@14ce0b9f)
2019-09-01 19:16:46.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.855 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.856 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.856 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.856 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.856 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.856 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.856 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.856 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.856 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:46.857 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:46.857 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:46.857 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:46.857 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.857 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.857 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.857 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.857 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.857 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.858 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.858 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.858 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration'
2019-09-01 19:16:46.858 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.858 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.858 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.858 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.858 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@702c39e3)
2019-09-01 19:16:46.858 DEBUG 16688 --- [ Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration$$EnhancerBySpringCGLIB$$546cd50a] - unable to determine constructor/method parameter names
2019-09-01 19:16:46.858 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.858 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.858 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.859 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.859 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.859 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.859 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.859 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.859 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties'
2019-09-01 19:16:46.859 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.859 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.859 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realms'
2019-09-01 19:16:46.859 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realms)
2019-09-01 19:16:46.860 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The set of realms that the combined realm is wrapping'
2019-09-01 19:16:46.860 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The set of realms that the combined realm is wrapping)
2019-09-01 19:16:46.860 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
2019-09-01 19:16:46.860 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
2019-09-01 19:16:46.860 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.860 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.860 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.860 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.860 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.860 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.861 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.861 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.861 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.861 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.861 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@13a6b0ed)
2019-09-01 19:16:46.861 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.861 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.861 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.861 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.861 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.862 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.862 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.862 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.862 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.862 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.862 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration' via constructor to bean named 'spring.info-org.springframework.boot.autoconfigure.info.ProjectInfoProperties'
2019-09-01 19:16:46.862 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
2019-09-01 19:16:46.862 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
2019-09-01 19:16:46.862 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
2019-09-01 19:16:46.862 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
2019-09-01 19:16:46.862 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.863 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.863 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.863 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.863 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.863 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.863 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.863 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.863 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.863 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.863 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@67ea0a0b)
2019-09-01 19:16:46.863 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.864 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.864 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.864 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.864 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.864 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.864 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.864 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.864 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.864 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.864 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:46.865 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:46.865 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:46.865 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:46.865 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.865 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.865 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.865 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.865 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.865 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.865 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.865 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.865 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@39c679a)
2019-09-01 19:16:46.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.866 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.866 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.866 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.867 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.867 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.867 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.867 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
2019-09-01 19:16:46.867 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
2019-09-01 19:16:46.867 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
2019-09-01 19:16:46.867 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
2019-09-01 19:16:46.867 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.867 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.868 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.868 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.868 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.868 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.868 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.868 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.868 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.task.TaskSchedulingAutoConfiguration'
2019-09-01 19:16:46.868 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.868 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@126eb52b)
2019-09-01 19:16:46.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.869 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.869 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.869 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.870 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.870 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.870 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.870 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRealm'
2019-09-01 19:16:46.870 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRealm)
2019-09-01 19:16:46.871 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new Realm to the set of Realms wrapped by this realm'
2019-09-01 19:16:46.871 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new Realm to the set of Realms wrapped by this realm)
2019-09-01 19:16:46.871 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.871 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.871 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.871 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.871 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.871 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.872 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.872 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.872 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.872 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.872 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.872 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'theRealm'
2019-09-01 19:16:46.872 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=theRealm)
2019-09-01 19:16:46.872 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New Realm to add'
2019-09-01 19:16:46.872 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New Realm to add)
2019-09-01 19:16:46.873 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'org.apache.catalina.Realm'
2019-09-01 19:16:46.873 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=org.apache.catalina.Realm)
2019-09-01 19:16:46.873 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.873 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.873 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.873 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.873 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.873 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.873 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.873 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.873 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@34695e53)
2019-09-01 19:16:46.873 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.874 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.874 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3e4a087)
2019-09-01 19:16:46.874 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.875 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.875 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-09-01 19:16:46.875 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-09-01 19:16:46.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-09-01 19:16:46.876 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'taskSchedulerBuilder'
2019-09-01 19:16:46.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-09-01 19:16:46.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.876 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.876 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.877 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
2019-09-01 19:16:46.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@6324a7d6)
2019-09-01 19:16:46.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.877 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.878 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.878 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-09-01 19:16:46.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-09-01 19:16:46.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-09-01 19:16:46.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-09-01 19:16:46.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.878 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.879 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.879 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.879 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.879 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.879 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.879 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.879 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Autowiring by type from bean name 'taskSchedulerBuilder' via factory method to bean named 'spring.task.scheduling-org.springframework.boot.autoconfigure.task.TaskSchedulingProperties'
2019-09-01 19:16:46.879 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.879 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.880 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.880 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.880 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4049174)
2019-09-01 19:16:46.880 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.880 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.880 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.880 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.880 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.880 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.881 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.881 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.881 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.881 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.881 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-09-01 19:16:46.881 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-09-01 19:16:46.881 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-09-01 19:16:46.881 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-09-01 19:16:46.881 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.881 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.882 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.882 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.882 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.882 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.882 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.882 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.882 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.882 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7a61cc61)
2019-09-01 19:16:46.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.883 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.883 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.883 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-09-01 19:16:46.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-09-01 19:16:46.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-09-01 19:16:46.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-09-01 19:16:46.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.884 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.885 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5c27ab32)
2019-09-01 19:16:46.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.885 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.886 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.886 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.886 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration$ThymeleafWebMvcConfiguration'
2019-09-01 19:16:46.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=CombinedRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Realm implementation that can be used to chain multiple realms, group=Realm, type=org.apache.catalina.realm.CombinedRealm])
2019-09-01 19:16:46.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.886 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.887 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.887 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.887 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.887 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.887 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.887 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.887 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.887 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.887 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'LockOutRealm'
2019-09-01 19:16:46.887 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=LockOutRealm)
2019-09-01 19:16:46.887 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Realm implementation that can be used to wrap existing realms to provide a user lock-out capability'
2019-09-01 19:16:46.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Realm implementation that can be used to wrap existing realms to provide a user lock-out capability)
2019-09-01 19:16:46.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:46.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:46.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Realm'
2019-09-01 19:16:46.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Realm)
2019-09-01 19:16:46.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.realm.LockOutRealm'
2019-09-01 19:16:46.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.realm.LockOutRealm)
2019-09-01 19:16:46.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.888 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.888 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.888 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allRolesMode'
2019-09-01 19:16:46.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allRolesMode)
2019-09-01 19:16:46.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The all roles mode.'
2019-09-01 19:16:46.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The all roles mode.)
2019-09-01 19:16:46.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.889 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.889 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1afbad77)
2019-09-01 19:16:46.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.890 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.891 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.891 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.891 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.891 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.891 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.891 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.891 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cacheSize'
2019-09-01 19:16:46.891 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cacheSize)
2019-09-01 19:16:46.891 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.thymeleaf.ThymeleafAutoConfiguration'
2019-09-01 19:16:46.891 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of users that have failed authentication to keep in cache. Over time the cache will grow to this size and may not shrink. Defaults to 1000.'
2019-09-01 19:16:46.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of users that have failed authentication to keep in cache. Over time the cache will grow to this size and may not shrink. Defaults to 1000.)
2019-09-01 19:16:46.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.892 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.892 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.893 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.893 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3a54006d)
2019-09-01 19:16:46.893 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.893 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.893 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.893 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.893 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.894 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'cacheRemovalWarningTime'
2019-09-01 19:16:46.894 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=cacheRemovalWarningTime)
2019-09-01 19:16:46.895 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'If a failed user is removed from the cache because the cache is too big before it has been in the cache for at least this period of time (in seconds) a warning message will be logged. Defaults to 3600 (1 hour).'
2019-09-01 19:16:46.895 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=If a failed user is removed from the cache because the cache is too big before it has been in the cache for at least this period of time (in seconds) a warning message will be logged. Defaults to 3600 (1 hour).)
2019-09-01 19:16:46.895 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.895 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.895 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.895 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.895 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.896 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.896 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.896 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.896 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.896 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.896 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4ea2d182)
2019-09-01 19:16:46.896 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.897 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.897 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.897 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.897 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration'
2019-09-01 19:16:46.897 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.897 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.897 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.898 DEBUG 16688 --- [ Test worker] ocalVariableTableParameterNameDiscoverer : Cannot find '.class' file for class [class org.springframework.boot.autoconfigure.web.client.RestTemplateAutoConfiguration$$EnhancerBySpringCGLIB$$b388c172] - unable to determine constructor/method parameter names
2019-09-01 19:16:46.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:46.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:46.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:46.898 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:46.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.899 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.899 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2fbd9d5f)
2019-09-01 19:16:46.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.900 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.901 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.901 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.901 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.901 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.901 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.901 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.901 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.901 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.902 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'failureCount'
2019-09-01 19:16:46.902 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=failureCount)
2019-09-01 19:16:46.902 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of times in a row a user has to fail authentication to be locked out. Defaults to 5.'
2019-09-01 19:16:46.902 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of times in a row a user has to fail authentication to be locked out. Defaults to 5.)
2019-09-01 19:16:46.902 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.902 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.903 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.903 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.904 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.904 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@686a1dca)
2019-09-01 19:16:46.904 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.904 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.904 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.904 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.904 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.904 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.905 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.905 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.905 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.905 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.905 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'lockOutTime'
2019-09-01 19:16:46.906 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=lockOutTime)
2019-09-01 19:16:46.906 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The time (in seconds) a user is locked out for after too many authentication failures. Defaults to 300 (5 minutes).'
2019-09-01 19:16:46.906 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The time (in seconds) a user is locked out for after too many authentication failures. Defaults to 300 (5 minutes).)
2019-09-01 19:16:46.906 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.906 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.906 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.907 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.907 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.907 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.907 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.907 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.907 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.908 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.908 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@72272fc2)
2019-09-01 19:16:46.908 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.908 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.908 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.908 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'restTemplateBuilder'
2019-09-01 19:16:46.908 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.909 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.909 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.909 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.909 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.909 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.910 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.910 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realms'
2019-09-01 19:16:46.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realms)
2019-09-01 19:16:46.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The set of realms that the lockout realm is wrapping'
2019-09-01 19:16:46.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The set of realms that the lockout realm is wrapping)
2019-09-01 19:16:46.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljavax.management.ObjectName;'
2019-09-01 19:16:46.911 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljavax.management.ObjectName;)
2019-09-01 19:16:46.912 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.912 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.912 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.912 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.912 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.912 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.913 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.913 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.913 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.913 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.913 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2a51cec5)
2019-09-01 19:16:46.913 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.915 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.915 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.915 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.915 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.916 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.916 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.916 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.916 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.916 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'realmPath'
2019-09-01 19:16:46.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=realmPath)
2019-09-01 19:16:46.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The realm path'
2019-09-01 19:16:46.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The realm path)
2019-09-01 19:16:46.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.917 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.917 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@69c5f9b5)
2019-09-01 19:16:46.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.918 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.919 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.919 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'validate'
2019-09-01 19:16:46.919 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=validate)
2019-09-01 19:16:46.920 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'validate certificate chains' flag.'
2019-09-01 19:16:46.920 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'validate certificate chains' flag.)
2019-09-01 19:16:46.920 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:46.920 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:46.920 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.920 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.920 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.920 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.920 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.920 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.921 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.921 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.921 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@51792d0a)
2019-09-01 19:16:46.921 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.921 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.921 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.921 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.921 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.921 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addRealm'
2019-09-01 19:16:46.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addRealm)
2019-09-01 19:16:46.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a new Realm to the set of Realms wrapped by this realm'
2019-09-01 19:16:46.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a new Realm to the set of Realms wrapped by this realm)
2019-09-01 19:16:46.922 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.923 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.923 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.923 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'theRealm'
2019-09-01 19:16:46.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=theRealm)
2019-09-01 19:16:46.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'New Realm to add'
2019-09-01 19:16:46.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=New Realm to add)
2019-09-01 19:16:46.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'org.apache.catalina.Realm'
2019-09-01 19:16:46.924 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'org.springframework.boot.autoconfigure.web.embedded.EmbeddedWebServerFactoryCustomizerAutoConfiguration'
2019-09-01 19:16:46.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=org.apache.catalina.Realm)
2019-09-01 19:16:46.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.924 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.924 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.925 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.925 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.925 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.925 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.925 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.925 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1a6b51d8)
2019-09-01 19:16:46.925 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.925 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.925 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.925 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.925 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.926 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.926 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.926 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.926 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.926 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.926 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.926 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.926 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3ee883b6)
2019-09-01 19:16:46.926 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.926 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.927 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.927 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.927 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.927 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.927 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.927 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isLocked'
2019-09-01 19:16:46.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isLocked)
2019-09-01 19:16:46.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Determine if the specified user is locked'
2019-09-01 19:16:46.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Determine if the specified user is locked)
2019-09-01 19:16:46.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-09-01 19:16:46.928 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-09-01 19:16:46.929 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.929 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.929 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.929 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.929 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.929 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.929 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.929 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
2019-09-01 19:16:46.929 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
2019-09-01 19:16:46.930 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User to test for being locked'
2019-09-01 19:16:46.930 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User to test for being locked)
2019-09-01 19:16:46.930 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.930 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.930 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.930 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.930 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.931 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.931 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.931 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.931 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.931 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.931 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'characterEncodingFilter'
2019-09-01 19:16:46.931 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7826dd8f)
2019-09-01 19:16:46.931 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.932 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.932 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.932 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.933 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.933 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@602faefc)
2019-09-01 19:16:46.933 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.933 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.933 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.933 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.933 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.933 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.933 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.934 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.934 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.934 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.934 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'unlock'
2019-09-01 19:16:46.934 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=unlock)
2019-09-01 19:16:46.934 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Unlock the specified user'
2019-09-01 19:16:46.934 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Unlock the specified user)
2019-09-01 19:16:46.934 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.935 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.935 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.935 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.935 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.935 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.935 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:46.935 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.935 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:46.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
2019-09-01 19:16:46.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
2019-09-01 19:16:46.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User to unlock'
2019-09-01 19:16:46.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User to unlock)
2019-09-01 19:16:46.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:46.936 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.936 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:46.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:46.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:46.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@200ac6b0)
2019-09-01 19:16:46.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.937 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:46.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:46.938 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.938 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.938 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5a850434)
2019-09-01 19:16:46.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.939 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.939 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.939 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-09-01 19:16:46.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-09-01 19:16:46.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-09-01 19:16:46.940 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-09-01 19:16:46.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.941 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.941 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1481604e)
2019-09-01 19:16:46.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.942 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.943 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.943 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-09-01 19:16:46.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-09-01 19:16:46.943 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-09-01 19:16:46.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-09-01 19:16:46.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.944 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.944 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@944646c)
2019-09-01 19:16:46.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.945 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.945 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.946 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-09-01 19:16:46.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-09-01 19:16:46.946 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-09-01 19:16:46.947 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-09-01 19:16:46.947 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.947 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.948 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.948 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7f0d1cb2)
2019-09-01 19:16:46.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.949 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.950 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.950 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:46.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:46.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-09-01 19:16:46.950 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-09-01 19:16:46.951 DEBUG 16688 --- [ Test worker] o.s.b.f.s.DefaultListableBeanFactory : Creating shared instance of singleton bean 'multipartResolver'
2019-09-01 19:16:46.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-09-01 19:16:46.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-09-01 19:16:46.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:46.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:46.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:46.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:46.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.951 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:46.951 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:46.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:46.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@ddb13c3)
2019-09-01 19:16:46.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.952 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:46.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:46.953 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.953 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:46.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.953 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=LockOutRealm, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Realm implementation that can be used to wrap existing realms to provide a user lock-out capability, group=Realm, type=org.apache.catalina.realm.LockOutRealm])
2019-09-01 19:16:46.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:46.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:46.954 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.954 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
2019-09-01 19:16:46.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
2019-09-01 19:16:46.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:46.954 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:46.955 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
2019-09-01 19:16:46.955 DEBUG 16688 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.21/225a44fe65e9832f896e09f343ce107d38f3ee1b/tomcat-embed-core-9.0.21.jar!/org/apache/catalina/session/mbeans-descriptors.xml
2019-09-01 19:16:46.956 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@2f758339)
2019-09-01 19:16:46.956 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
2019-09-01 19:16:46.956 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
2019-09-01 19:16:46.956 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
2019-09-01 19:16:46.956 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:46.957 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.957 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:46.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:46.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:46.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:46.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StandardManager'
2019-09-01 19:16:46.957 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StandardManager)
2019-09-01 19:16:46.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Standard implementation of the Manager interface'
2019-09-01 19:16:46.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Standard implementation of the Manager interface)
2019-09-01 19:16:46.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:46.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:46.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Manager'
2019-09-01 19:16:46.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Manager)
2019-09-01 19:16:46.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.session.StandardManager'
2019-09-01 19:16:46.958 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.session.StandardManager)
2019-09-01 19:16:46.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:46.959 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.959 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'activeSessions'
2019-09-01 19:16:46.959 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=activeSessions)
2019-09-01 19:16:46.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of active sessions at this moment'
2019-09-01 19:16:46.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of active sessions at this moment)
2019-09-01 19:16:46.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.960 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.961 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.961 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7ae5d81f)
2019-09-01 19:16:46.962 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.962 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.962 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.962 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.962 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.962 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.963 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.963 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.963 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.963 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.963 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:46.963 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:46.963 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:46.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:46.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.964 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.965 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.965 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.966 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5485a8d4)
2019-09-01 19:16:46.966 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.966 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.966 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.966 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.966 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.966 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.967 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.967 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.967 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.967 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.967 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'duplicates'
2019-09-01 19:16:46.967 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=duplicates)
2019-09-01 19:16:46.968 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of duplicated session ids generated'
2019-09-01 19:16:46.968 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of duplicated session ids generated)
2019-09-01 19:16:46.968 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.968 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.968 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.968 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.969 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.969 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.969 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.969 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.969 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.969 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.969 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3b60f812)
2019-09-01 19:16:46.969 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.969 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.970 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.970 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.970 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.970 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.970 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.970 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.970 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.970 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.970 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'expiredSessions'
2019-09-01 19:16:46.971 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=expiredSessions)
2019-09-01 19:16:46.971 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions that expired ( doesn't include explicit invalidations )'
2019-09-01 19:16:46.971 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions that expired ( doesn't include explicit invalidations ))
2019-09-01 19:16:46.971 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:46.971 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:46.971 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.971 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.971 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.971 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.972 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.972 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.972 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.972 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.972 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@380fd80c)
2019-09-01 19:16:46.972 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.973 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.973 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.973 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.973 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.973 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.973 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.973 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.973 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.974 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.974 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'jvmRoute'
2019-09-01 19:16:46.974 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=jvmRoute)
2019-09-01 19:16:46.974 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Retrieve the JvmRoute for the enclosing Engine'
2019-09-01 19:16:46.974 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Retrieve the JvmRoute for the enclosing Engine)
2019-09-01 19:16:46.974 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.974 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.974 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.975 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.975 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.975 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.975 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.975 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.975 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.975 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.975 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.975 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.976 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c7eda32)
2019-09-01 19:16:46.976 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.976 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.976 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.976 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.976 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.976 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.976 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.977 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.977 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.977 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.977 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActive'
2019-09-01 19:16:46.977 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActive)
2019-09-01 19:16:46.977 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of active sessions so far'
2019-09-01 19:16:46.977 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of active sessions so far)
2019-09-01 19:16:46.977 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.978 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.978 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.978 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.978 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.978 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.978 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.978 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.978 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.978 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@15441c61)
2019-09-01 19:16:46.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.979 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.979 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.979 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActiveSessions'
2019-09-01 19:16:46.980 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActiveSessions)
2019-09-01 19:16:46.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of active Sessions allowed, or -1 for no limit'
2019-09-01 19:16:46.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of active Sessions allowed, or -1 for no limit)
2019-09-01 19:16:46.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.981 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.981 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@29d8c6b3)
2019-09-01 19:16:46.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.982 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.983 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.983 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.983 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.983 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.983 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.984 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.984 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.984 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.984 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-09-01 19:16:46.984 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-09-01 19:16:46.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The descriptive name of this Manager implementation (for logging)'
2019-09-01 19:16:46.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The descriptive name of this Manager implementation (for logging))
2019-09-01 19:16:46.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:46.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:46.985 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.986 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.986 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.986 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.986 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.986 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.986 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.986 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6f51a43c)
2019-09-01 19:16:46.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.987 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.987 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.987 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.988 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.988 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.988 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.988 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pathname'
2019-09-01 19:16:46.988 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pathname)
2019-09-01 19:16:46.988 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Path name of the disk file in which active sessions'
2019-09-01 19:16:46.989 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Path name of the disk file in which active sessions)
2019-09-01 19:16:46.989 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:46.989 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:46.989 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.989 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.989 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.990 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.990 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.990 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.990 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.990 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@75645cae)
2019-09-01 19:16:46.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.991 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.991 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.991 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processExpiresFrequency'
2019-09-01 19:16:46.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processExpiresFrequency)
2019-09-01 19:16:46.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The frequency of the manager checks (expiration and passivation)'
2019-09-01 19:16:46.992 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The frequency of the manager checks (expiration and passivation))
2019-09-01 19:16:46.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:46.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:46.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.993 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.993 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4076e177)
2019-09-01 19:16:46.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.994 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.995 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.995 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.995 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:46.995 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.995 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.995 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:46.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:46.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime'
2019-09-01 19:16:46.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime)
2019-09-01 19:16:46.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time spent doing housekeeping and expiration'
2019-09-01 19:16:46.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time spent doing housekeeping and expiration)
2019-09-01 19:16:46.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:46.996 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:46.997 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.997 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:46.997 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:46.997 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:46.997 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.998 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:46.998 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.998 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:46.998 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ff44a94)
2019-09-01 19:16:46.998 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.999 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:46.999 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:46.999 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:46.999 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:46.999 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.000 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.000 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.000 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.002 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.003 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomAlgorithm'
2019-09-01 19:16:47.003 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomAlgorithm)
2019-09-01 19:16:47.003 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secure random number generator algorithm name'
2019-09-01 19:16:47.003 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secure random number generator algorithm name)
2019-09-01 19:16:47.004 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.004 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.004 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.004 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.004 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.004 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.005 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.005 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.005 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.005 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.005 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4de66b12)
2019-09-01 19:16:47.005 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.005 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.005 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.006 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.006 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.006 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
2019-09-01 19:16:47.007 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
2019-09-01 19:16:47.007 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secure random number generator class name'
2019-09-01 19:16:47.007 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secure random number generator class name)
2019-09-01 19:16:47.007 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.007 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.007 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.007 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.008 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.008 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.008 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.008 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.009 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.009 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.009 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1a30df2c)
2019-09-01 19:16:47.009 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.010 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.010 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.010 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.011 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.011 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.013 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomProvider'
2019-09-01 19:16:47.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomProvider)
2019-09-01 19:16:47.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The secure random number generator provider name'
2019-09-01 19:16:47.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The secure random number generator provider name)
2019-09-01 19:16:47.014 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.015 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.015 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6d3ae844)
2019-09-01 19:16:47.016 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.017 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.017 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.017 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.018 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.018 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.018 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.018 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAverageAliveTime'
2019-09-01 19:16:47.018 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAverageAliveTime)
2019-09-01 19:16:47.018 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Average time an expired session had been alive'
2019-09-01 19:16:47.019 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Average time an expired session had been alive)
2019-09-01 19:16:47.019 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.019 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.019 DEBUG 16688 --- [ Test worker] ConditionEvaluationReportLoggingListener :
============================
CONDITIONS EVALUATION REPORT
============================
Positive matches:
-----------------
CodecsAutoConfiguration matched:
- @ConditionalOnClass found required class 'org.springframework.http.codec.CodecConfigurer' (OnClassCondition)
CodecsAutoConfiguration.JacksonCodecConfiguration matched:
- @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
CodecsAutoConfiguration.JacksonCodecConfiguration#jacksonCodecCustomizer matched:
- @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition)
DispatcherServletAutoConfiguration matched:
- @ConditionalOnClass found required class 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
- found 'session' scope (OnWebApplicationCondition)
DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched:
- @ConditionalOnClass found required class 'javax.servlet.ServletRegistration' (OnClassCondition)
- Default DispatcherServlet did not find dispatcher servlet beans (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition)
DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration matched:
- @ConditionalOnClass found required class 'javax.servlet.ServletRegistration' (OnClassCondition)
- DispatcherServlet Registration did not find servlet registration bean (DispatcherServletAutoConfiguration.DispatcherServletRegistrationCondition)
DispatcherServletAutoConfiguration.DispatcherServletRegistrationConfiguration#dispatcherServletRegistration matched:
- @ConditionalOnBean (names: dispatcherServlet; types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet' (OnBeanCondition)
EmbeddedWebServerFactoryCustomizerAutoConfiguration matched:
- @ConditionalOnWebApplication (required) found 'session' scope (OnWebApplicationCondition)
EmbeddedWebServerFactoryCustomizerAutoConfiguration.TomcatWebServerFactoryCustomizerConfiguration matched:
- @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition)
ErrorMvcAutoConfiguration matched:
- @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet' (OnClassCondition)
- found 'session' scope (OnWebApplicationCondition)
ErrorMvcAutoConfiguration#basicErrorController matched:
- @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorController; SearchStrategy: current) did not find any beans (OnBeanCondition)
ErrorMvcAutoConfiguration#errorAttributes matched:
- @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.error.ErrorAttributes; SearchStrategy: current) did not find any beans (OnBeanCondition)
ErrorMvcAutoConfiguration.DefaultErrorViewResolverConfiguration#conventionErrorViewResolver matched:
- @ConditionalOnBean (types: org.springframework.web.servlet.DispatcherServlet; SearchStrategy: all) found bean 'dispatcherServlet'; @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.servlet.error.DefaultErrorViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration matched:
- @ConditionalOnProperty (server.error.whitelabel.enabled) matched (OnPropertyCondition)
- ErrorTemplate Missing did not find error template view (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition)
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver matched:
- @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView matched:
- @ConditionalOnMissingBean (names: error; SearchStrategy: all) did not find any beans (OnBeanCondition)
GenericCacheConfiguration matched:
- Cache org.springframework.boot.autoconfigure.cache.GenericCacheConfiguration automatic cache type (CacheCondition)
HttpEncodingAutoConfiguration matched:
- @ConditionalOnClass found required class 'org.springframework.web.filter.CharacterEncodingFilter' (OnClassCondition)
- found 'session' scope (OnWebApplicationCondition)
- @ConditionalOnProperty (spring.http.encoding.enabled) matched (OnPropertyCondition)
HttpEncodingAutoConfiguration#characterEncodingFilter matched:
- @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
HttpMessageConvertersAutoConfiguration matched:
- @ConditionalOnClass found required class 'org.springframework.http.converter.HttpMessageConverter' (OnClassCondition)
HttpMessageConvertersAutoConfiguration#messageConverters matched:
- @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.http.HttpMessageConverters; SearchStrategy: all) did not find any beans (OnBeanCondition)
HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched:
- @ConditionalOnClass found required class 'org.springframework.http.converter.StringHttpMessageConverter' (OnClassCondition)
HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched:
- @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
JacksonAutoConfiguration matched:
- @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
JacksonAutoConfiguration.Jackson2ObjectMapperBuilderCustomizerConfiguration matched:
- @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched:
- @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched:
- @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched:
- @ConditionalOnClass found required class 'org.springframework.http.converter.json.Jackson2ObjectMapperBuilder' (OnClassCondition)
JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper matched:
- @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) did not find any beans (OnBeanCondition)
JacksonAutoConfiguration.ParameterNamesModuleConfiguration matched:
- @ConditionalOnClass found required class 'com.fasterxml.jackson.module.paramnames.ParameterNamesModule' (OnClassCondition)
JacksonAutoConfiguration.ParameterNamesModuleConfiguration#parameterNamesModule matched:
- @ConditionalOnMissingBean (types: com.fasterxml.jackson.module.paramnames.ParameterNamesModule; SearchStrategy: all) did not find any beans (OnBeanCondition)
JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched:
- @ConditionalOnClass found required class 'com.fasterxml.jackson.databind.ObjectMapper' (OnClassCondition)
- @ConditionalOnProperty (spring.http.converters.preferred-json-mapper=jackson) matched (OnPropertyCondition)
- @ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found bean 'jacksonObjectMapper' (OnBeanCondition)
JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched:
- @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter; SearchStrategy: all) did not find any beans (OnBeanCondition)
MultipartAutoConfiguration matched:
- @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.multipart.support.StandardServletMultipartResolver', 'javax.servlet.MultipartConfigElement' (OnClassCondition)
- found 'session' scope (OnWebApplicationCondition)
- @ConditionalOnProperty (spring.servlet.multipart.enabled) matched (OnPropertyCondition)
MultipartAutoConfiguration#multipartConfigElement matched:
- @ConditionalOnMissingBean (types: javax.servlet.MultipartConfigElement,org.springframework.web.multipart.commons.CommonsMultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
MultipartAutoConfiguration#multipartResolver matched:
- @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
NoOpCacheConfiguration matched:
- Cache org.springframework.boot.autoconfigure.cache.NoOpCacheConfiguration automatic cache type (CacheCondition)
PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer matched:
- @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) did not find any beans (OnBeanCondition)
RestTemplateAutoConfiguration matched:
- @ConditionalOnClass found required class 'org.springframework.web.client.RestTemplate' (OnClassCondition)
RestTemplateAutoConfiguration#restTemplateBuilder matched:
- @ConditionalOnMissingBean (types: org.springframework.boot.web.client.RestTemplateBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
ServletWebServerFactoryAutoConfiguration matched:
- @ConditionalOnClass found required class 'javax.servlet.ServletRequest' (OnClassCondition)
- found 'session' scope (OnWebApplicationCondition)
ServletWebServerFactoryAutoConfiguration#tomcatServletWebServerFactoryCustomizer matched:
- @ConditionalOnClass found required class 'org.apache.catalina.startup.Tomcat' (OnClassCondition)
ServletWebServerFactoryConfiguration.EmbeddedTomcat matched:
- @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.apache.catalina.startup.Tomcat', 'org.apache.coyote.UpgradeProtocol' (OnClassCondition)
- @ConditionalOnMissingBean (types: org.springframework.boot.web.servlet.server.ServletWebServerFactory; SearchStrategy: current) did not find any beans (OnBeanCondition)
SimpleCacheConfiguration matched:
- Cache org.springframework.boot.autoconfigure.cache.SimpleCacheConfiguration automatic cache type (CacheCondition)
TaskExecutionAutoConfiguration matched:
- @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor' (OnClassCondition)
TaskExecutionAutoConfiguration#applicationTaskExecutor matched:
- @ConditionalOnMissingBean (types: java.util.concurrent.Executor; SearchStrategy: all) did not find any beans (OnBeanCondition)
TaskExecutionAutoConfiguration#taskExecutorBuilder matched:
- @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskExecutorBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
TaskSchedulingAutoConfiguration matched:
- @ConditionalOnClass found required class 'org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler' (OnClassCondition)
TaskSchedulingAutoConfiguration#taskSchedulerBuilder matched:
- @ConditionalOnMissingBean (types: org.springframework.boot.task.TaskSchedulerBuilder; SearchStrategy: all) did not find any beans (OnBeanCondition)
ThymeleafAutoConfiguration matched:
- @ConditionalOnClass found required classes 'org.thymeleaf.templatemode.TemplateMode', 'org.thymeleaf.spring5.SpringTemplateEngine' (OnClassCondition)
ThymeleafAutoConfiguration.DefaultTemplateResolverConfiguration matched:
- @ConditionalOnMissingBean (names: defaultTemplateResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
ThymeleafAutoConfiguration.ThymeleafDefaultConfiguration#templateEngine matched:
- @ConditionalOnMissingBean (types: org.thymeleaf.spring5.SpringTemplateEngine; SearchStrategy: all) did not find any beans (OnBeanCondition)
ThymeleafAutoConfiguration.ThymeleafJava8TimeDialect matched:
- @ConditionalOnClass found required class 'org.thymeleaf.extras.java8time.dialect.Java8TimeDialect' (OnClassCondition)
ThymeleafAutoConfiguration.ThymeleafJava8TimeDialect#java8TimeDialect matched:
- @ConditionalOnMissingBean (types: org.thymeleaf.extras.java8time.dialect.Java8TimeDialect; SearchStrategy: all) did not find any beans (OnBeanCondition)
ThymeleafAutoConfiguration.ThymeleafWebMvcConfiguration matched:
- found 'session' scope (OnWebApplicationCondition)
- @ConditionalOnProperty (spring.thymeleaf.enabled) matched (OnPropertyCondition)
ThymeleafAutoConfiguration.ThymeleafWebMvcConfiguration.ThymeleafViewResolverConfiguration#thymeleafViewResolver matched:
- @ConditionalOnMissingBean (names: thymeleafViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
ValidationAutoConfiguration matched:
- @ConditionalOnClass found required class 'javax.validation.executable.ExecutableValidator' (OnClassCondition)
- @ConditionalOnResource found location classpath:META-INF/services/javax.validation.spi.ValidationProvider (OnResourceCondition)
ValidationAutoConfiguration#defaultValidator matched:
- @ConditionalOnMissingBean (types: javax.validation.Validator; SearchStrategy: all) did not find any beans (OnBeanCondition)
ValidationAutoConfiguration#methodValidationPostProcessor matched:
- @ConditionalOnMissingBean (types: org.springframework.validation.beanvalidation.MethodValidationPostProcessor; SearchStrategy: all) did not find any beans (OnBeanCondition)
WebMvcAutoConfiguration matched:
- @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'org.springframework.web.servlet.DispatcherServlet', 'org.springframework.web.servlet.config.annotation.WebMvcConfigurer' (OnClassCondition)
- found 'session' scope (OnWebApplicationCondition)
- @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) did not find any beans (OnBeanCondition)
WebMvcAutoConfiguration#formContentFilter matched:
- @ConditionalOnProperty (spring.mvc.formcontent.filter.enabled) matched (OnPropertyCondition)
- @ConditionalOnMissingBean (types: org.springframework.web.filter.FormContentFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
WebMvcAutoConfiguration#hiddenHttpMethodFilter matched:
- @ConditionalOnProperty (spring.mvc.hiddenmethod.filter.enabled) matched (OnPropertyCondition)
- @ConditionalOnMissingBean (types: org.springframework.web.filter.HiddenHttpMethodFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver matched:
- @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextFilter matched:
- @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; SearchStrategy: all) did not find any beans (OnBeanCondition)
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver matched:
- @ConditionalOnBean (types: org.springframework.web.servlet.ViewResolver; SearchStrategy: all) found beans 'defaultViewResolver', 'beanNameViewResolver', 'mvcViewResolver'; @ConditionalOnMissingBean (names: viewResolver; types: org.springframework.web.servlet.view.ContentNegotiatingViewResolver; SearchStrategy: all) did not find any beans (OnBeanCondition)
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration matched:
- @ConditionalOnProperty (spring.mvc.favicon.enabled) matched (OnPropertyCondition)
WebSocketServletAutoConfiguration matched:
- @ConditionalOnClass found required classes 'javax.servlet.Servlet', 'javax.websocket.server.ServerContainer' (OnClassCondition)
- found 'session' scope (OnWebApplicationCondition)
WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration matched:
- @ConditionalOnClass found required classes 'org.apache.catalina.startup.Tomcat', 'org.apache.tomcat.websocket.server.WsSci' (OnClassCondition)
WebSocketServletAutoConfiguration.TomcatWebSocketConfiguration#websocketServletWebServerCustomizer matched:
- @ConditionalOnMissingBean (names: websocketServletWebServerCustomizer; SearchStrategy: all) did not find any beans (OnBeanCondition)
Negative matches:
-----------------
ActiveMQAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'javax.jms.ConnectionFactory' (OnClassCondition)
AopAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.aspectj.lang.annotation.Aspect' (OnClassCondition)
ArtemisAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'javax.jms.ConnectionFactory' (OnClassCondition)
BatchAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.batch.core.launch.JobLauncher' (OnClassCondition)
CacheAutoConfiguration:
Did not match:
- @ConditionalOnBean (types: org.springframework.cache.interceptor.CacheAspectSupport; SearchStrategy: all) did not find any beans of type org.springframework.cache.interceptor.CacheAspectSupport (OnBeanCondition)
Matched:
- @ConditionalOnClass found required class 'org.springframework.cache.CacheManager' (OnClassCondition)
CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean' (OnClassCondition)
- Ancestor org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
CaffeineCacheConfiguration:
Did not match:
- @ConditionalOnClass did not find required classes 'com.github.benmanes.caffeine.cache.Caffeine', 'org.springframework.cache.caffeine.CaffeineCacheManager' (OnClassCondition)
CassandraAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.datastax.driver.core.Cluster' (OnClassCondition)
CassandraDataAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.datastax.driver.core.Cluster' (OnClassCondition)
CassandraReactiveDataAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.datastax.driver.core.Cluster' (OnClassCondition)
CassandraReactiveRepositoriesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.data.cassandra.ReactiveSession' (OnClassCondition)
CassandraRepositoriesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.datastax.driver.core.Session' (OnClassCondition)
ClientHttpConnectorAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
CloudServiceConnectorsAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.cloud.config.java.CloudScanConfiguration' (OnClassCondition)
CouchbaseAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.couchbase.client.java.Cluster' (OnClassCondition)
CouchbaseCacheConfiguration:
Did not match:
- @ConditionalOnClass did not find required classes 'com.couchbase.client.java.Bucket', 'com.couchbase.client.spring.cache.CouchbaseCacheManager' (OnClassCondition)
CouchbaseDataAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)
CouchbaseReactiveDataAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)
CouchbaseReactiveRepositoriesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)
CouchbaseRepositoriesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.couchbase.client.java.Bucket' (OnClassCondition)
DataSourceAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)
DataSourceTransactionManagerAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition)
DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver:
Did not match:
- @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) did not find any beans of type org.springframework.web.multipart.MultipartResolver (OnBeanCondition)
EhCacheCacheConfiguration:
Did not match:
- @ConditionalOnClass did not find required classes 'net.sf.ehcache.Cache', 'org.springframework.cache.ehcache.EhCacheCacheManager' (OnClassCondition)
ElasticsearchAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.elasticsearch.client.Client' (OnClassCondition)
ElasticsearchDataAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.elasticsearch.client.Client' (OnClassCondition)
ElasticsearchRepositoriesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.elasticsearch.client.Client' (OnClassCondition)
EmbeddedLdapAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.unboundid.ldap.listener.InMemoryDirectoryServer' (OnClassCondition)
EmbeddedMongoAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.mongodb.MongoClient' (OnClassCondition)
EmbeddedWebServerFactoryCustomizerAutoConfiguration.JettyWebServerFactoryCustomizerConfiguration:
Did not match:
- @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.webapp.WebAppContext' (OnClassCondition)
EmbeddedWebServerFactoryCustomizerAutoConfiguration.NettyWebServerFactoryCustomizerConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'reactor.netty.http.server.HttpServer' (OnClassCondition)
EmbeddedWebServerFactoryCustomizerAutoConfiguration.UndertowWebServerFactoryCustomizerConfiguration:
Did not match:
- @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition)
ErrorWebFluxAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)
FlywayAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.flywaydb.core.Flyway' (OnClassCondition)
FreeMarkerAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'freemarker.template.Configuration' (OnClassCondition)
GroovyTemplateAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'groovy.text.markup.MarkupTemplateEngine' (OnClassCondition)
GsonAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition)
GsonHttpMessageConvertersConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.google.gson.Gson' (OnClassCondition)
H2ConsoleAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.h2.server.web.WebServlet' (OnClassCondition)
HazelcastAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
HazelcastCacheConfiguration:
Did not match:
- @ConditionalOnClass did not find required classes 'com.hazelcast.core.HazelcastInstance', 'com.hazelcast.spring.cache.HazelcastCacheManager' (OnClassCondition)
HazelcastJpaDependencyAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.hazelcast.core.HazelcastInstance' (OnClassCondition)
HibernateJpaAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'javax.persistence.EntityManager' (OnClassCondition)
HttpHandlerAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.web.reactive.DispatcherHandler' (OnClassCondition)
HypermediaAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.hateoas.Resource' (OnClassCondition)
InfinispanCacheConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.infinispan.spring.provider.SpringEmbeddedCacheManager' (OnClassCondition)
InfluxDbAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.influxdb.InfluxDB' (OnClassCondition)
IntegrationAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.integration.config.EnableIntegration' (OnClassCondition)
JCacheCacheConfiguration:
Did not match:
- @ConditionalOnClass did not find required classes 'javax.cache.Caching', 'org.springframework.cache.jcache.JCacheCacheManager' (OnClassCondition)
JacksonAutoConfiguration.JodaDateTimeJacksonConfiguration:
Did not match:
- @ConditionalOnClass did not find required classes 'org.joda.time.DateTime', 'com.fasterxml.jackson.datatype.joda.ser.DateTimeSerializer', 'com.fasterxml.jackson.datatype.joda.cfg.JacksonJodaDateFormat' (OnClassCondition)
JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.fasterxml.jackson.dataformat.xml.XmlMapper' (OnClassCondition)
JdbcRepositoriesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.data.jdbc.repository.config.JdbcConfiguration' (OnClassCondition)
JdbcTemplateAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.jdbc.core.JdbcTemplate' (OnClassCondition)
JerseyAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.glassfish.jersey.server.spring.SpringComponentProvider' (OnClassCondition)
JestAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'io.searchbox.client.JestClient' (OnClassCondition)
JmsAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'javax.jms.Message' (OnClassCondition)
JmxAutoConfiguration:
Did not match:
- @ConditionalOnProperty (spring.jmx.enabled=true) found different value in property 'enabled' (OnPropertyCondition)
Matched:
- @ConditionalOnClass found required class 'org.springframework.jmx.export.MBeanExporter' (OnClassCondition)
JndiConnectionFactoryAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.jms.core.JmsTemplate' (OnClassCondition)
JndiDataSourceAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType' (OnClassCondition)
JooqAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.jooq.DSLContext' (OnClassCondition)
JpaRepositoriesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.data.jpa.repository.JpaRepository' (OnClassCondition)
JsonbAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'javax.json.bind.Jsonb' (OnClassCondition)
JsonbHttpMessageConvertersConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'javax.json.bind.Jsonb' (OnClassCondition)
JtaAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'javax.transaction.Transaction' (OnClassCondition)
KafkaAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.kafka.core.KafkaTemplate' (OnClassCondition)
LdapAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.ldap.core.ContextSource' (OnClassCondition)
LdapRepositoriesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.data.ldap.repository.LdapRepository' (OnClassCondition)
LiquibaseAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'liquibase.change.DatabaseChange' (OnClassCondition)
MailSenderAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'javax.mail.internet.MimeMessage' (OnClassCondition)
MailSenderValidatorAutoConfiguration:
Did not match:
- @ConditionalOnSingleCandidate did not find required type 'org.springframework.mail.javamail.JavaMailSenderImpl' (OnBeanCondition)
MessageSourceAutoConfiguration:
Did not match:
- ResourceBundle did not find bundle with basename messages (MessageSourceAutoConfiguration.ResourceBundleCondition)
MongoAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.mongodb.MongoClient' (OnClassCondition)
MongoDataAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.mongodb.client.MongoClient' (OnClassCondition)
MongoReactiveAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
MongoReactiveDataAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
MongoReactiveRepositoriesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.mongodb.reactivestreams.client.MongoClient' (OnClassCondition)
MongoRepositoriesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.mongodb.MongoClient' (OnClassCondition)
MustacheAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.samskivert.mustache.Mustache' (OnClassCondition)
Neo4jDataAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.neo4j.ogm.session.SessionFactory' (OnClassCondition)
Neo4jRepositoriesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.neo4j.ogm.session.Neo4jSession' (OnClassCondition)
OAuth2ClientAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.configuration.EnableWebSecurity' (OnClassCondition)
OAuth2ResourceServerAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.security.oauth2.jwt.JwtDecoder' (OnClassCondition)
PersistenceExceptionTranslationAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor' (OnClassCondition)
ProjectInfoAutoConfiguration#buildProperties:
Did not match:
- @ConditionalOnResource did not find resource '${spring.info.build.location:classpath:META-INF/build-info.properties}' (OnResourceCondition)
ProjectInfoAutoConfiguration#gitProperties:
Did not match:
- GitResource did not find git info at classpath:git.properties (ProjectInfoAutoConfiguration.GitResourceAvailableCondition)
QuartzAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.quartz.Scheduler' (OnClassCondition)
RabbitAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.rabbitmq.client.Channel' (OnClassCondition)
ReactiveOAuth2ClientAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
ReactiveOAuth2ResourceServerAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.security.config.annotation.web.reactive.EnableWebFluxSecurity' (OnClassCondition)
ReactiveSecurityAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
ReactiveUserDetailsServiceAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.security.authentication.ReactiveAuthenticationManager' (OnClassCondition)
ReactiveWebServerFactoryAutoConfiguration:
Did not match:
- @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
ReactorCoreAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
RedisAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.data.redis.core.RedisOperations' (OnClassCondition)
RedisCacheConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.data.redis.connection.RedisConnectionFactory' (OnClassCondition)
RedisReactiveAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'reactor.core.publisher.Flux' (OnClassCondition)
RedisRepositoriesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.data.redis.repository.configuration.EnableRedisRepositories' (OnClassCondition)
RepositoryRestMvcAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration' (OnClassCondition)
RestClientAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.elasticsearch.client.RestClient' (OnClassCondition)
SecurityAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.security.authentication.DefaultAuthenticationEventPublisher' (OnClassCondition)
SecurityFilterAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.security.config.http.SessionCreationPolicy' (OnClassCondition)
SecurityRequestMatcherProviderAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.security.web.util.matcher.RequestMatcher' (OnClassCondition)
SendGridAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.sendgrid.SendGrid' (OnClassCondition)
ServletWebServerFactoryConfiguration.EmbeddedJetty:
Did not match:
- @ConditionalOnClass did not find required classes 'org.eclipse.jetty.server.Server', 'org.eclipse.jetty.util.Loader', 'org.eclipse.jetty.webapp.WebAppContext' (OnClassCondition)
ServletWebServerFactoryConfiguration.EmbeddedUndertow:
Did not match:
- @ConditionalOnClass did not find required classes 'io.undertow.Undertow', 'org.xnio.SslClientAuthMode' (OnClassCondition)
SessionAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.session.Session' (OnClassCondition)
SolrAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.apache.solr.client.solrj.impl.CloudSolrClient' (OnClassCondition)
SolrRepositoriesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.apache.solr.client.solrj.SolrClient' (OnClassCondition)
SpringApplicationAdminJmxAutoConfiguration:
Did not match:
- @ConditionalOnProperty (spring.application.admin.enabled=true) did not find property 'enabled' (OnPropertyCondition)
SpringDataWebAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.data.web.PageableHandlerMethodArgumentResolver' (OnClassCondition)
TaskSchedulingAutoConfiguration#taskScheduler:
Did not match:
- @ConditionalOnBean (names: org.springframework.context.annotation.internalScheduledAnnotationProcessor; SearchStrategy: all) did not find any beans named org.springframework.context.annotation.internalScheduledAnnotationProcessor (OnBeanCondition)
ThymeleafAutoConfiguration.DataAttributeDialectConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'com.github.mxab.thymeleaf.extras.dataattribute.dialect.DataAttributeDialect' (OnClassCondition)
ThymeleafAutoConfiguration.ThymeleafReactiveConfiguration:
Did not match:
- did not find reactive web application classes (OnWebApplicationCondition)
ThymeleafAutoConfiguration.ThymeleafSecurityDialectConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.thymeleaf.extras.springsecurity5.dialect.SpringSecurityDialect' (OnClassCondition)
ThymeleafAutoConfiguration.ThymeleafWebFluxConfiguration:
Did not match:
- did not find reactive web application classes (OnWebApplicationCondition)
ThymeleafAutoConfiguration.ThymeleafWebLayoutConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'nz.net.ultraq.thymeleaf.LayoutDialect' (OnClassCondition)
ThymeleafAutoConfiguration.ThymeleafWebMvcConfiguration#resourceUrlEncodingFilter:
Did not match:
- @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition)
TransactionAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.transaction.PlatformTransactionManager' (OnClassCondition)
UserDetailsServiceAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.security.authentication.AuthenticationManager' (OnClassCondition)
WebClientAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.web.reactive.function.client.WebClient' (OnClassCondition)
WebFluxAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.web.reactive.config.WebFluxConfigurer' (OnClassCondition)
WebMvcAutoConfiguration.ResourceChainCustomizerConfiguration:
Did not match:
- @ConditionalOnEnabledResourceChain did not find class org.webjars.WebJarAssetLocator (OnEnabledResourceChainCondition)
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver:
Did not match:
- @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found beans of type 'org.springframework.web.servlet.view.BeanNameViewResolver' beanNameViewResolver (OnBeanCondition)
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#localeResolver:
Did not match:
- @ConditionalOnProperty (spring.mvc.locale) did not find property 'locale' (OnPropertyCondition)
WebServiceTemplateAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.oxm.Marshaller' (OnClassCondition)
WebServicesAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.ws.transport.http.MessageDispatcherServlet' (OnClassCondition)
WebSocketMessagingAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer' (OnClassCondition)
WebSocketReactiveAutoConfiguration:
Did not match:
- @ConditionalOnWebApplication did not find reactive web application classes (OnWebApplicationCondition)
WebSocketServletAutoConfiguration.JettyWebSocketConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer' (OnClassCondition)
WebSocketServletAutoConfiguration.UndertowWebSocketConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'io.undertow.websockets.jsr.Bootstrap' (OnClassCondition)
XADataSourceAutoConfiguration:
Did not match:
- @ConditionalOnClass did not find required class 'javax.transaction.TransactionManager' (OnClassCondition)
Exclusions:
-----------
None
Unconditional classes:
----------------------
org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
org.springframework.boot.autoconfigure.context.PropertyPlaceholderAutoConfiguration
org.springframework.boot.autoconfigure.info.ProjectInfoAutoConfiguration
2019-09-01 19:16:47.019 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.021 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.021 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.021 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.021 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.021 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.021 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.022 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.022 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.022 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.022 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6097bf9d)
2019-09-01 19:16:47.022 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.023 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.023 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.023 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCreateRate'
2019-09-01 19:16:47.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCreateRate)
2019-09-01 19:16:47.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session creation rate in sessions per minute'
2019-09-01 19:16:47.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session creation rate in sessions per minute)
2019-09-01 19:16:47.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.024 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.025 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.025 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.025 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.025 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.025 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.025 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.025 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.025 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.025 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1ed7e666)
2019-09-01 19:16:47.025 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.026 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.026 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.026 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCounter'
2019-09-01 19:16:47.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCounter)
2019-09-01 19:16:47.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Total number of sessions created by this manager'
2019-09-01 19:16:47.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Total number of sessions created by this manager)
2019-09-01 19:16:47.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:47.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:47.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.027 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.027 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@202932f)
2019-09-01 19:16:47.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.028 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.028 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.029 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.029 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.029 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.029 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.029 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.029 INFO 16688 --- [ Test worker] hello.ApplicationTest : Started ApplicationTest in 4.048 seconds (JVM running for 5.293)
2019-09-01 19:16:47.029 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionExpireRate'
2019-09-01 19:16:47.029 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionExpireRate)
2019-09-01 19:16:47.029 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session expiration rate in sessions per minute'
2019-09-01 19:16:47.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session expiration rate in sessions per minute)
2019-09-01 19:16:47.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.030 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.030 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@384023e3)
2019-09-01 19:16:47.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.031 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.032 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.032 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionMaxAliveTime'
2019-09-01 19:16:47.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionMaxAliveTime)
2019-09-01 19:16:47.032 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Longest time an expired session had been alive'
2019-09-01 19:16:47.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Longest time an expired session had been alive)
2019-09-01 19:16:47.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.033 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.033 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@65761821)
2019-09-01 19:16:47.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.034 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.034 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.035 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:47.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:47.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:47.035 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:47.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.036 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.036 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4433263f)
2019-09-01 19:16:47.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.037 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.037 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.037 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rejectedSessions'
2019-09-01 19:16:47.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rejectedSessions)
2019-09-01 19:16:47.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions we rejected due to maxActive being reached'
2019-09-01 19:16:47.038 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions we rejected due to maxActive being reached)
2019-09-01 19:16:47.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.039 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.039 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@52be4e7d)
2019-09-01 19:16:47.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.040 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.040 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.040 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeNameFilter'
2019-09-01 19:16:47.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeNameFilter)
2019-09-01 19:16:47.041 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The string pattern used for including session attributes in distribution. Null means all attributes are included.'
2019-09-01 19:16:47.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The string pattern used for including session attributes in distribution. Null means all attributes are included.)
2019-09-01 19:16:47.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.042 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.042 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6bd830f2)
2019-09-01 19:16:47.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.043 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.043 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.044 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeValueClassNameFilter'
2019-09-01 19:16:47.044 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeValueClassNameFilter)
2019-09-01 19:16:47.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.'
2019-09-01 19:16:47.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.)
2019-09-01 19:16:47.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.045 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.046 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.046 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3eba8ab8)
2019-09-01 19:16:47.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.047 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.047 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.048 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'warnOnSessionAttributeFilterFailure'
2019-09-01 19:16:47.048 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=warnOnSessionAttributeFilterFailure)
2019-09-01 19:16:47.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?'
2019-09-01 19:16:47.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?)
2019-09-01 19:16:47.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.049 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.049 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@63e5518e)
2019-09-01 19:16:47.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.050 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.050 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.051 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.051 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'backgroundProcess'
2019-09-01 19:16:47.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=backgroundProcess)
2019-09-01 19:16:47.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Invalidate all sessions that have expired.'
2019-09-01 19:16:47.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Invalidate all sessions that have expired.)
2019-09-01 19:16:47.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.052 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.053 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.053 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.053 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@43083629)
2019-09-01 19:16:47.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.054 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.055 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.055 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.055 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'expireSession'
2019-09-01 19:16:47.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=expireSession)
2019-09-01 19:16:47.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Expire a session'
2019-09-01 19:16:47.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Expire a session)
2019-09-01 19:16:47.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.056 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.057 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.057 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.057 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-09-01 19:16:47.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-09-01 19:16:47.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-09-01 19:16:47.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-09-01 19:16:47.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.058 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.058 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@697dc11a)
2019-09-01 19:16:47.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.059 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.060 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.060 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.060 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.060 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.060 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.060 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.060 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.060 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.060 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.060 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@37869c7)
2019-09-01 19:16:47.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.061 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.061 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.061 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTime'
2019-09-01 19:16:47.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTime)
2019-09-01 19:16:47.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation time'
2019-09-01 19:16:47.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation time)
2019-09-01 19:16:47.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:47.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:47.062 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.062 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.062 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-09-01 19:16:47.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-09-01 19:16:47.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-09-01 19:16:47.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-09-01 19:16:47.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.063 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.064 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4a583107)
2019-09-01 19:16:47.064 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.065 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.065 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.065 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@48e3ef1b)
2019-09-01 19:16:47.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.066 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.067 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.067 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTimestamp'
2019-09-01 19:16:47.067 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTimestamp)
2019-09-01 19:16:47.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation timestamp'
2019-09-01 19:16:47.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation timestamp)
2019-09-01 19:16:47.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
2019-09-01 19:16:47.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
2019-09-01 19:16:47.068 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.068 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.069 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-09-01 19:16:47.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-09-01 19:16:47.069 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-09-01 19:16:47.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-09-01 19:16:47.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.070 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.070 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4f11920c)
2019-09-01 19:16:47.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.071 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.071 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.072 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.072 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.072 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.072 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.072 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.072 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.072 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.073 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@f67fc78)
2019-09-01 19:16:47.073 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.073 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.073 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.073 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.073 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.073 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.073 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTime'
2019-09-01 19:16:47.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTime)
2019-09-01 19:16:47.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access time'
2019-09-01 19:16:47.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access time)
2019-09-01 19:16:47.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.074 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.075 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:47.075 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:47.075 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.075 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.075 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.075 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.075 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.075 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.076 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.076 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-09-01 19:16:47.076 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-09-01 19:16:47.076 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-09-01 19:16:47.076 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-09-01 19:16:47.076 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.076 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.076 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.077 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4bc249a)
2019-09-01 19:16:47.077 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.078 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.078 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.078 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@53f08821)
2019-09-01 19:16:47.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.079 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.079 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.080 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTimestamp'
2019-09-01 19:16:47.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTimestamp)
2019-09-01 19:16:47.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access timestamp'
2019-09-01 19:16:47.080 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access timestamp)
2019-09-01 19:16:47.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
2019-09-01 19:16:47.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
2019-09-01 19:16:47.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.081 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.081 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.081 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-09-01 19:16:47.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-09-01 19:16:47.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-09-01 19:16:47.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-09-01 19:16:47.082 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.083 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.083 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@10b2e1a1)
2019-09-01 19:16:47.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.084 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.084 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.084 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@20065bf3)
2019-09-01 19:16:47.085 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.086 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.086 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getSessionAttribute'
2019-09-01 19:16:47.086 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getSessionAttribute)
2019-09-01 19:16:47.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return a session attribute'
2019-09-01 19:16:47.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return a session attribute)
2019-09-01 19:16:47.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:47.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:47.087 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.087 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.087 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-09-01 19:16:47.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-09-01 19:16:47.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-09-01 19:16:47.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-09-01 19:16:47.088 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.089 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.089 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@457b339d)
2019-09-01 19:16:47.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.090 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.090 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.090 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'key'
2019-09-01 19:16:47.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=key)
2019-09-01 19:16:47.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'key of the attribute'
2019-09-01 19:16:47.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=key of the attribute)
2019-09-01 19:16:47.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.091 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.092 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@129d1a93)
2019-09-01 19:16:47.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.092 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.093 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.093 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.093 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@15a55e88)
2019-09-01 19:16:47.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.094 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.094 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.094 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'listSessionIds'
2019-09-01 19:16:47.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=listSessionIds)
2019-09-01 19:16:47.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the list of active session ids'
2019-09-01 19:16:47.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the list of active session ids)
2019-09-01 19:16:47.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.095 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:47.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:47.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.096 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.096 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.096 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@76e460c)
2019-09-01 19:16:47.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.097 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.097 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.097 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:47.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StandardManager, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Standard implementation of the Manager interface, group=Manager, type=org.apache.catalina.session.StandardManager])
2019-09-01 19:16:47.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:47.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.098 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:47.098 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.099 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:47.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:47.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'PersistentManager'
2019-09-01 19:16:47.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=PersistentManager)
2019-09-01 19:16:47.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Persistent Manager'
2019-09-01 19:16:47.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Persistent Manager)
2019-09-01 19:16:47.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:47.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:47.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Manager'
2019-09-01 19:16:47.099 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Manager)
2019-09-01 19:16:47.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.session.PersistentManager'
2019-09-01 19:16:47.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.session.PersistentManager)
2019-09-01 19:16:47.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.100 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.100 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'activeSessions'
2019-09-01 19:16:47.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=activeSessions)
2019-09-01 19:16:47.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of active sessions at this moment'
2019-09-01 19:16:47.100 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of active sessions at this moment)
2019-09-01 19:16:47.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.101 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.101 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1b957aa7)
2019-09-01 19:16:47.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.102 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.102 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:47.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:47.102 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:47.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:47.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.103 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.103 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@61a6b2c4)
2019-09-01 19:16:47.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.104 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.104 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'duplicates'
2019-09-01 19:16:47.104 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=duplicates)
2019-09-01 19:16:47.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of duplicated session ids generated'
2019-09-01 19:16:47.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of duplicated session ids generated)
2019-09-01 19:16:47.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.105 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.105 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5ec8f166)
2019-09-01 19:16:47.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.106 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.106 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'expiredSessions'
2019-09-01 19:16:47.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=expiredSessions)
2019-09-01 19:16:47.106 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions that expired ( doesn't include explicit invalidations )'
2019-09-01 19:16:47.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions that expired ( doesn't include explicit invalidations ))
2019-09-01 19:16:47.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:47.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:47.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.107 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2be38295)
2019-09-01 19:16:47.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.107 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.108 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.108 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'jvmRoute'
2019-09-01 19:16:47.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=jvmRoute)
2019-09-01 19:16:47.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Retrieve the JvmRoute for the enclosing Engine'
2019-09-01 19:16:47.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Retrieve the JvmRoute for the enclosing Engine)
2019-09-01 19:16:47.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.108 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.109 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1b13850c)
2019-09-01 19:16:47.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.109 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.109 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.110 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActive'
2019-09-01 19:16:47.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActive)
2019-09-01 19:16:47.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of active sessions so far'
2019-09-01 19:16:47.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of active sessions so far)
2019-09-01 19:16:47.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.110 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.110 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4f773438)
2019-09-01 19:16:47.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.111 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.111 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.111 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxActiveSessions'
2019-09-01 19:16:47.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxActiveSessions)
2019-09-01 19:16:47.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of active Sessions allowed, or -1 for no limit'
2019-09-01 19:16:47.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of active Sessions allowed, or -1 for no limit)
2019-09-01 19:16:47.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.112 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@562daf71)
2019-09-01 19:16:47.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.112 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.113 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.113 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxIdleBackup'
2019-09-01 19:16:47.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxIdleBackup)
2019-09-01 19:16:47.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.'
2019-09-01 19:16:47.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.)
2019-09-01 19:16:47.113 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.114 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@61ed680b)
2019-09-01 19:16:47.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.114 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.115 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.115 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.115 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxIdleSwap'
2019-09-01 19:16:47.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxIdleSwap)
2019-09-01 19:16:47.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.'
2019-09-01 19:16:47.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.)
2019-09-01 19:16:47.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.116 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.116 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@66d1aadf)
2019-09-01 19:16:47.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.117 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.117 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.118 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minIdleSwap'
2019-09-01 19:16:47.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minIdleSwap)
2019-09-01 19:16:47.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to ' The minimum time in seconds that a session must be idle before it can be swapped out of memory, or -1 if it can be swapped out at any time.'
2019-09-01 19:16:47.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description= The minimum time in seconds that a session must be idle before it can be swapped out of memory, or -1 if it can be swapped out at any time.)
2019-09-01 19:16:47.118 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.119 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@107194c9)
2019-09-01 19:16:47.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.119 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.120 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.120 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-09-01 19:16:47.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-09-01 19:16:47.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The descriptive name of this Manager implementation (for logging)'
2019-09-01 19:16:47.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The descriptive name of this Manager implementation (for logging))
2019-09-01 19:16:47.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.120 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.121 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2b9cf791)
2019-09-01 19:16:47.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.121 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.122 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.122 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processExpiresFrequency'
2019-09-01 19:16:47.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processExpiresFrequency)
2019-09-01 19:16:47.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The frequency of the manager checks (expiration and passivation)'
2019-09-01 19:16:47.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The frequency of the manager checks (expiration and passivation))
2019-09-01 19:16:47.122 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.123 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@21bb6fd9)
2019-09-01 19:16:47.123 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.124 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.124 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.124 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processingTime'
2019-09-01 19:16:47.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processingTime)
2019-09-01 19:16:47.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Time spent doing housekeeping and expiration'
2019-09-01 19:16:47.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Time spent doing housekeeping and expiration)
2019-09-01 19:16:47.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:47.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:47.125 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.125 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4a57ae63)
2019-09-01 19:16:47.126 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.127 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.127 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.127 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'saveOnRestart'
2019-09-01 19:16:47.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=saveOnRestart)
2019-09-01 19:16:47.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Indicates whether sessions are saved when the Manager is shut down properly. This requires the unload() method to be called.'
2019-09-01 19:16:47.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Indicates whether sessions are saved when the Manager is shut down properly. This requires the unload() method to be called.)
2019-09-01 19:16:47.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.128 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.129 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@569cbc3c)
2019-09-01 19:16:47.129 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.130 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.130 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.130 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.130 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.130 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.130 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.130 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secureRandomClass'
2019-09-01 19:16:47.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secureRandomClass)
2019-09-01 19:16:47.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The random number generator class name'
2019-09-01 19:16:47.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The random number generator class name)
2019-09-01 19:16:47.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.131 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.131 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1a70f901)
2019-09-01 19:16:47.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.132 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.132 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.132 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAverageAliveTime'
2019-09-01 19:16:47.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAverageAliveTime)
2019-09-01 19:16:47.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Average time an expired session had been alive'
2019-09-01 19:16:47.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Average time an expired session had been alive)
2019-09-01 19:16:47.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.133 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.134 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@60cf9831)
2019-09-01 19:16:47.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.134 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.135 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.135 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCreateRate'
2019-09-01 19:16:47.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCreateRate)
2019-09-01 19:16:47.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session creation rate in sessions per minute'
2019-09-01 19:16:47.135 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session creation rate in sessions per minute)
2019-09-01 19:16:47.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.136 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.136 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@179c06fd)
2019-09-01 19:16:47.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.137 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.137 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionCounter'
2019-09-01 19:16:47.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionCounter)
2019-09-01 19:16:47.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Total number of sessions created by this manager'
2019-09-01 19:16:47.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Total number of sessions created by this manager)
2019-09-01 19:16:47.137 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long'
2019-09-01 19:16:47.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long)
2019-09-01 19:16:47.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.138 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@24d2256e)
2019-09-01 19:16:47.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.138 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.138 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.138 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionExpireRate'
2019-09-01 19:16:47.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionExpireRate)
2019-09-01 19:16:47.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Session expiration rate in sessions per minute'
2019-09-01 19:16:47.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Session expiration rate in sessions per minute)
2019-09-01 19:16:47.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.139 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.139 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@39f76804)
2019-09-01 19:16:47.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.140 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.140 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.140 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionMaxAliveTime'
2019-09-01 19:16:47.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionMaxAliveTime)
2019-09-01 19:16:47.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Longest time an expired session had been alive'
2019-09-01 19:16:47.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Longest time an expired session had been alive)
2019-09-01 19:16:47.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.141 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.141 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@25e5611b)
2019-09-01 19:16:47.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.142 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.142 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.142 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:47.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:47.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:47.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:47.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.143 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.143 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@52b930b4)
2019-09-01 19:16:47.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.144 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.144 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rejectedSessions'
2019-09-01 19:16:47.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rejectedSessions)
2019-09-01 19:16:47.144 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Number of sessions we rejected due to maxActive being reached'
2019-09-01 19:16:47.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Number of sessions we rejected due to maxActive being reached)
2019-09-01 19:16:47.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.145 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@67f596d8)
2019-09-01 19:16:47.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.145 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.146 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.146 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeNameFilter'
2019-09-01 19:16:47.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeNameFilter)
2019-09-01 19:16:47.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The string pattern used for including session attributes in distribution. Null means all attributes are included.'
2019-09-01 19:16:47.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The string pattern used for including session attributes in distribution. Null means all attributes are included.)
2019-09-01 19:16:47.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.146 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.147 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6540756a)
2019-09-01 19:16:47.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.147 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.147 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.147 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionAttributeValueClassNameFilter'
2019-09-01 19:16:47.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionAttributeValueClassNameFilter)
2019-09-01 19:16:47.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.'
2019-09-01 19:16:47.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The regular expression used to filter session attributes based on the implementation class of the value. The regular expression is anchored and must match the fully qualified class name.)
2019-09-01 19:16:47.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.148 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.148 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6b233d60)
2019-09-01 19:16:47.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.149 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.149 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'warnOnSessionAttributeFilterFailure'
2019-09-01 19:16:47.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=warnOnSessionAttributeFilterFailure)
2019-09-01 19:16:47.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?'
2019-09-01 19:16:47.149 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should a WARN level log message be generated if a session attribute fails to match sessionAttributeNameFilter or sessionAttributeClassNameFilter?)
2019-09-01 19:16:47.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.150 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@70849c20)
2019-09-01 19:16:47.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.150 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.150 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.150 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'backgroundProcess'
2019-09-01 19:16:47.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=backgroundProcess)
2019-09-01 19:16:47.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Invalidate all sessions that have expired.'
2019-09-01 19:16:47.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Invalidate all sessions that have expired.)
2019-09-01 19:16:47.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.151 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.151 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.151 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3b8c97be)
2019-09-01 19:16:47.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.152 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.152 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'expireSession'
2019-09-01 19:16:47.152 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=expireSession)
2019-09-01 19:16:47.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Expire a session'
2019-09-01 19:16:47.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Expire a session)
2019-09-01 19:16:47.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.153 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.153 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.153 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-09-01 19:16:47.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-09-01 19:16:47.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-09-01 19:16:47.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-09-01 19:16:47.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.154 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.154 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5d814e80)
2019-09-01 19:16:47.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.155 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.155 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2f3bb06d)
2019-09-01 19:16:47.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.155 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.156 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.156 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.156 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.156 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.156 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.156 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.156 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.156 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.156 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTime'
2019-09-01 19:16:47.156 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTime)
2019-09-01 19:16:47.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation time'
2019-09-01 19:16:47.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation time)
2019-09-01 19:16:47.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:47.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:47.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.157 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.157 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.157 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-09-01 19:16:47.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-09-01 19:16:47.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-09-01 19:16:47.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-09-01 19:16:47.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.158 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7b8a4c36)
2019-09-01 19:16:47.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.158 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.159 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.159 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2464059e)
2019-09-01 19:16:47.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.159 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.160 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.160 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getCreationTimestamp'
2019-09-01 19:16:47.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getCreationTimestamp)
2019-09-01 19:16:47.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the creation timestamp'
2019-09-01 19:16:47.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the creation timestamp)
2019-09-01 19:16:47.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
2019-09-01 19:16:47.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
2019-09-01 19:16:47.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.160 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.160 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.160 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-09-01 19:16:47.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-09-01 19:16:47.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-09-01 19:16:47.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-09-01 19:16:47.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.161 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@73c6badc)
2019-09-01 19:16:47.161 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.162 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.162 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@18cd411)
2019-09-01 19:16:47.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.162 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.162 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.162 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTime'
2019-09-01 19:16:47.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTime)
2019-09-01 19:16:47.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access time'
2019-09-01 19:16:47.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access time)
2019-09-01 19:16:47.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:47.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:47.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.163 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.163 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.163 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-09-01 19:16:47.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-09-01 19:16:47.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-09-01 19:16:47.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-09-01 19:16:47.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.164 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@28ced3ea)
2019-09-01 19:16:47.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.164 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.165 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.165 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2c826b98)
2019-09-01 19:16:47.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.165 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.165 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.165 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getLastAccessedTimestamp'
2019-09-01 19:16:47.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getLastAccessedTimestamp)
2019-09-01 19:16:47.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the last access timestamp'
2019-09-01 19:16:47.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the last access timestamp)
2019-09-01 19:16:47.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
2019-09-01 19:16:47.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
2019-09-01 19:16:47.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.166 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.166 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.166 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6ad4248e)
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.167 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.168 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.168 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@d1f5999)
2019-09-01 19:16:47.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.168 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.168 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.168 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getSessionAttribute'
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getSessionAttribute)
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return a session attribute'
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return a session attribute)
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.169 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.170 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@53109a53)
2019-09-01 19:16:47.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.170 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.170 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.170 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'key'
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=key)
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'key of the attribute'
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=key of the attribute)
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6cf1f502)
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.171 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@27ca4c46)
2019-09-01 19:16:47.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.172 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.172 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.172 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'listSessionIds'
2019-09-01 19:16:47.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=listSessionIds)
2019-09-01 19:16:47.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return the list of active session ids'
2019-09-01 19:16:47.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return the list of active session ids)
2019-09-01 19:16:47.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:47.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:47.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.173 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.173 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.173 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@506e0ab7)
2019-09-01 19:16:47.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.174 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.174 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isLoaded'
2019-09-01 19:16:47.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isLoaded)
2019-09-01 19:16:47.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'If the session id is loaded in memory?'
2019-09-01 19:16:47.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=If the session id is loaded in memory?)
2019-09-01 19:16:47.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.174 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-09-01 19:16:47.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-09-01 19:16:47.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.175 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.175 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'sessionId'
2019-09-01 19:16:47.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=sessionId)
2019-09-01 19:16:47.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Id of the session'
2019-09-01 19:16:47.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Id of the session)
2019-09-01 19:16:47.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.175 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.175 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@7fbc0eb)
2019-09-01 19:16:47.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.176 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.176 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.176 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@64c17cf3)
2019-09-01 19:16:47.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.177 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.177 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:47.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=PersistentManager, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Persistent Manager, group=Manager, type=org.apache.catalina.session.PersistentManager])
2019-09-01 19:16:47.177 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:47.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:47.178 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.178 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
2019-09-01 19:16:47.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
2019-09-01 19:16:47.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.178 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:47.178 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
2019-09-01 19:16:47.178 DEBUG 16688 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.21/225a44fe65e9832f896e09f343ce107d38f3ee1b/tomcat-embed-core-9.0.21.jar!/org/apache/catalina/startup/mbeans-descriptors.xml
2019-09-01 19:16:47.179 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@68224d24)
2019-09-01 19:16:47.179 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
2019-09-01 19:16:47.179 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
2019-09-01 19:16:47.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
2019-09-01 19:16:47.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:47.179 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.179 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:47.179 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:47.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextConfig'
2019-09-01 19:16:47.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextConfig)
2019-09-01 19:16:47.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets'
2019-09-01 19:16:47.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets)
2019-09-01 19:16:47.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:47.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:47.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener'
2019-09-01 19:16:47.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener)
2019-09-01 19:16:47.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.startup.ContextConfig'
2019-09-01 19:16:47.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.startup.ContextConfig)
2019-09-01 19:16:47.180 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.180 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.181 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:47.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:47.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:47.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:47.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.181 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.181 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@76b9237)
2019-09-01 19:16:47.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.182 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.182 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.182 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultContextXml'
2019-09-01 19:16:47.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultContextXml)
2019-09-01 19:16:47.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The location of the default context file'
2019-09-01 19:16:47.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The location of the default context file)
2019-09-01 19:16:47.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.183 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.183 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@73a190a7)
2019-09-01 19:16:47.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.184 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.184 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.184 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'defaultWebXml'
2019-09-01 19:16:47.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=defaultWebXml)
2019-09-01 19:16:47.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The location of the default deployment descriptor'
2019-09-01 19:16:47.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The location of the default deployment descriptor)
2019-09-01 19:16:47.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.185 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7bd57533)
2019-09-01 19:16:47.185 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets, group=Listener, type=org.apache.catalina.startup.ContextConfig])
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.186 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'EngineConfig'
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=EngineConfig)
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts'
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts)
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener'
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener)
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.startup.EngineConfig'
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.startup.EngineConfig)
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:47.187 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:47.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:47.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:47.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.188 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1645c00)
2019-09-01 19:16:47.188 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.189 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.189 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:47.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=EngineConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts, group=Listener, type=org.apache.catalina.startup.EngineConfig])
2019-09-01 19:16:47.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:47.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:47.189 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.189 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:47.189 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:47.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'HostConfig'
2019-09-01 19:16:47.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=HostConfig)
2019-09-01 19:16:47.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts'
2019-09-01 19:16:47.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts)
2019-09-01 19:16:47.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:47.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:47.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Listener'
2019-09-01 19:16:47.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Listener)
2019-09-01 19:16:47.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.startup.HostConfig'
2019-09-01 19:16:47.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.startup.HostConfig)
2019-09-01 19:16:47.190 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.190 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.190 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:47.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:47.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:47.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:47.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.191 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.191 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5a459c31)
2019-09-01 19:16:47.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.192 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.192 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.192 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'configBaseName'
2019-09-01 19:16:47.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=configBaseName)
2019-09-01 19:16:47.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The base directory for Context configuration files'
2019-09-01 19:16:47.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The base directory for Context configuration files)
2019-09-01 19:16:47.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.193 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.193 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@251e1b76)
2019-09-01 19:16:47.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.194 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.194 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.194 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'contextClass'
2019-09-01 19:16:47.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=contextClass)
2019-09-01 19:16:47.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Java class name of the Context implementation we should use'
2019-09-01 19:16:47.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Java class name of the Context implementation we should use)
2019-09-01 19:16:47.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.195 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.195 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@75b28e0b)
2019-09-01 19:16:47.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.196 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.196 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'copyXML'
2019-09-01 19:16:47.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=copyXML)
2019-09-01 19:16:47.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The copy XML config file flag for this component'
2019-09-01 19:16:47.196 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The copy XML config file flag for this component)
2019-09-01 19:16:47.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.197 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.197 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@569548e1)
2019-09-01 19:16:47.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.198 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.198 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.198 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.199 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.199 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deployXML'
2019-09-01 19:16:47.199 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deployXML)
2019-09-01 19:16:47.199 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deploy XML config file flag for this component'
2019-09-01 19:16:47.199 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deploy XML config file flag for this component)
2019-09-01 19:16:47.199 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.199 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.199 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.199 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.200 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@755798c3)
2019-09-01 19:16:47.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.200 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.200 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.200 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'unpackWARs'
2019-09-01 19:16:47.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=unpackWARs)
2019-09-01 19:16:47.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The unpack WARs flag'
2019-09-01 19:16:47.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The unpack WARs flag)
2019-09-01 19:16:47.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.201 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.201 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@14f492b4)
2019-09-01 19:16:47.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.202 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.202 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.202 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'addServiced'
2019-09-01 19:16:47.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=addServiced)
2019-09-01 19:16:47.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a web application to the serviced list to show it gets serviced by another component'
2019-09-01 19:16:47.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a web application to the serviced list to show it gets serviced by another component)
2019-09-01 19:16:47.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.203 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.203 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.203 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:47.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:47.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
2019-09-01 19:16:47.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
2019-09-01 19:16:47.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.204 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@68da128b)
2019-09-01 19:16:47.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.204 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.205 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.205 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@77128ac4)
2019-09-01 19:16:47.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.205 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.205 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.205 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'check'
2019-09-01 19:16:47.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=check)
2019-09-01 19:16:47.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Check a web application name for updates'
2019-09-01 19:16:47.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Check a web application name for updates)
2019-09-01 19:16:47.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.206 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.206 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.206 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3eca9565)
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@e9bc13a)
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.207 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.208 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.208 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'checkUndeploy'
2019-09-01 19:16:47.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=checkUndeploy)
2019-09-01 19:16:47.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Undeploy any old versions of applications deployed using parallel deployment that have no active sessions'
2019-09-01 19:16:47.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Undeploy any old versions of applications deployed using parallel deployment that have no active sessions)
2019-09-01 19:16:47.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.208 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.209 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.209 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@366dc428)
2019-09-01 19:16:47.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.209 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.209 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.209 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'getDeploymentTime'
2019-09-01 19:16:47.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=getDeploymentTime)
2019-09-01 19:16:47.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Get the instant where an application was deployed'
2019-09-01 19:16:47.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Get the instant where an application was deployed)
2019-09-01 19:16:47.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'long'
2019-09-01 19:16:47.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=long)
2019-09-01 19:16:47.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.210 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.210 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.210 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:47.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:47.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
2019-09-01 19:16:47.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
2019-09-01 19:16:47.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.211 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@55ca3c8b)
2019-09-01 19:16:47.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.211 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.212 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.212 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3fc1eaea)
2019-09-01 19:16:47.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.212 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.212 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.212 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isDeployed'
2019-09-01 19:16:47.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isDeployed)
2019-09-01 19:16:47.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Was this web application deployed by this component'
2019-09-01 19:16:47.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Was this web application deployed by this component)
2019-09-01 19:16:47.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-09-01 19:16:47.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-09-01 19:16:47.213 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.213 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.213 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:47.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:47.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
2019-09-01 19:16:47.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
2019-09-01 19:16:47.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.214 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.214 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6f836e39)
2019-09-01 19:16:47.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.215 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.215 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.215 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@3717bb65)
2019-09-01 19:16:47.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.216 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.216 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isServiced'
2019-09-01 19:16:47.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isServiced)
2019-09-01 19:16:47.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Is a web application serviced by another component'
2019-09-01 19:16:47.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Is a web application serviced by another component)
2019-09-01 19:16:47.216 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-09-01 19:16:47.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-09-01 19:16:47.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.217 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.217 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:47.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:47.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
2019-09-01 19:16:47.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
2019-09-01 19:16:47.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.217 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.218 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@333df768)
2019-09-01 19:16:47.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.218 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.218 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.218 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@39bdd5f)
2019-09-01 19:16:47.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.219 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.219 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.219 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'manageApp'
2019-09-01 19:16:47.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=manageApp)
2019-09-01 19:16:47.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Add a web application managed externally'
2019-09-01 19:16:47.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Add a web application managed externally)
2019-09-01 19:16:47.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.220 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.220 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'context'
2019-09-01 19:16:47.220 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=context)
2019-09-01 19:16:47.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Context to add'
2019-09-01 19:16:47.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Context to add)
2019-09-01 19:16:47.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'org.apache.catalina.Context'
2019-09-01 19:16:47.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=org.apache.catalina.Context)
2019-09-01 19:16:47.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.221 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@779d89b3)
2019-09-01 19:16:47.221 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.222 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.222 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7ddbc8b6)
2019-09-01 19:16:47.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.222 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.223 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.223 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeServiced'
2019-09-01 19:16:47.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeServiced)
2019-09-01 19:16:47.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a web application from the serviced list to show it isn't serviced by another component'
2019-09-01 19:16:47.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a web application from the serviced list to show it isn't serviced by another component)
2019-09-01 19:16:47.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.223 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.224 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.224 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'name'
2019-09-01 19:16:47.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=name)
2019-09-01 19:16:47.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Application name'
2019-09-01 19:16:47.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Application name)
2019-09-01 19:16:47.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.224 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.225 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2181f6d2)
2019-09-01 19:16:47.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.225 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.225 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.225 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7c2db698)
2019-09-01 19:16:47.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.226 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.226 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.226 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'unmanageApp'
2019-09-01 19:16:47.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=unmanageApp)
2019-09-01 19:16:47.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove a web application from checks'
2019-09-01 19:16:47.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove a web application from checks)
2019-09-01 19:16:47.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.227 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.227 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.227 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'contextPath'
2019-09-01 19:16:47.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=contextPath)
2019-09-01 19:16:47.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'The application path'
2019-09-01 19:16:47.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=The application path)
2019-09-01 19:16:47.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.228 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@67e678bf)
2019-09-01 19:16:47.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.228 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.229 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.229 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@44db928d)
2019-09-01 19:16:47.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.229 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.230 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.230 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:47.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=HostConfig, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts, group=Listener, type=org.apache.catalina.startup.HostConfig])
2019-09-01 19:16:47.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:47.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.230 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:47.231 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.231 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
2019-09-01 19:16:47.231 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
2019-09-01 19:16:47.231 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.231 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:47.231 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
2019-09-01 19:16:47.231 DEBUG 16688 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.21/225a44fe65e9832f896e09f343ce107d38f3ee1b/tomcat-embed-core-9.0.21.jar!/org/apache/catalina/users/mbeans-descriptors.xml
2019-09-01 19:16:47.232 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@2fbd9542)
2019-09-01 19:16:47.232 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
2019-09-01 19:16:47.232 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
2019-09-01 19:16:47.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
2019-09-01 19:16:47.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:47.232 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.232 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:47.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.232 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:47.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'MemoryUserDatabase'
2019-09-01 19:16:47.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=MemoryUserDatabase)
2019-09-01 19:16:47.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.MemoryUserDatabaseMBean'
2019-09-01 19:16:47.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.MemoryUserDatabaseMBean)
2019-09-01 19:16:47.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'In-memory user and group database'
2019-09-01 19:16:47.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=In-memory user and group database)
2019-09-01 19:16:47.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Users'
2019-09-01 19:16:47.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Users)
2019-09-01 19:16:47.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'UserDatabase'
2019-09-01 19:16:47.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=UserDatabase)
2019-09-01 19:16:47.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.users.MemoryUserDatabase'
2019-09-01 19:16:47.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.users.MemoryUserDatabase)
2019-09-01 19:16:47.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.233 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.233 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.233 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'groups'
2019-09-01 19:16:47.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=groups)
2019-09-01 19:16:47.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all defined groups'
2019-09-01 19:16:47.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all defined groups)
2019-09-01 19:16:47.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-09-01 19:16:47.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-09-01 19:16:47.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.234 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.234 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37ea25c2)
2019-09-01 19:16:47.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.235 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.235 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.235 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pathname'
2019-09-01 19:16:47.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pathname)
2019-09-01 19:16:47.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Relative or absolute pathname to database file'
2019-09-01 19:16:47.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Relative or absolute pathname to database file)
2019-09-01 19:16:47.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.236 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4b097756)
2019-09-01 19:16:47.236 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.237 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.237 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'roles'
2019-09-01 19:16:47.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=roles)
2019-09-01 19:16:47.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all defined roles'
2019-09-01 19:16:47.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all defined roles)
2019-09-01 19:16:47.237 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-09-01 19:16:47.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-09-01 19:16:47.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.238 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6121652a)
2019-09-01 19:16:47.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.238 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.239 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.239 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'users'
2019-09-01 19:16:47.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=users)
2019-09-01 19:16:47.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'MBean Names of all defined users'
2019-09-01 19:16:47.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=MBean Names of all defined users)
2019-09-01 19:16:47.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-09-01 19:16:47.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-09-01 19:16:47.239 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.240 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@22f5fbc9)
2019-09-01 19:16:47.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.240 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.241 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.241 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'readonly'
2019-09-01 19:16:47.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=readonly)
2019-09-01 19:16:47.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'No persistent save of the user database'
2019-09-01 19:16:47.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=No persistent save of the user database)
2019-09-01 19:16:47.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.241 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.242 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@44571e60)
2019-09-01 19:16:47.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.242 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.242 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.242 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'writeable'
2019-09-01 19:16:47.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=writeable)
2019-09-01 19:16:47.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Check if user database is writeable'
2019-09-01 19:16:47.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Check if user database is writeable)
2019-09-01 19:16:47.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'impact' to 'INFO'
2019-09-01 19:16:47.243 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo impact=INFO)
2019-09-01 19:16:47.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.244 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.244 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@44e4727b)
2019-09-01 19:16:47.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.245 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.245 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.246 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createGroup'
2019-09-01 19:16:47.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createGroup)
2019-09-01 19:16:47.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create new group and return MBean name'
2019-09-01 19:16:47.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create new group and return MBean name)
2019-09-01 19:16:47.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:47.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:47.246 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.247 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.247 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
2019-09-01 19:16:47.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
2019-09-01 19:16:47.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the new group'
2019-09-01 19:16:47.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the new group)
2019-09-01 19:16:47.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.247 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.247 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2e8657f8)
2019-09-01 19:16:47.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.248 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.249 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.249 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'description'
2019-09-01 19:16:47.249 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=description)
2019-09-01 19:16:47.250 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Description of the new group'
2019-09-01 19:16:47.250 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Description of the new group)
2019-09-01 19:16:47.250 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.250 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.250 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.250 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.250 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.250 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.250 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@23a0da52)
2019-09-01 19:16:47.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.251 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.251 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.252 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5f787458)
2019-09-01 19:16:47.252 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.253 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.253 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.253 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createRole'
2019-09-01 19:16:47.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createRole)
2019-09-01 19:16:47.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create new role and return MBean name'
2019-09-01 19:16:47.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create new role and return MBean name)
2019-09-01 19:16:47.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:47.254 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:47.255 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.255 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.255 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.255 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.255 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.255 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.255 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.255 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'rolename'
2019-09-01 19:16:47.256 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=rolename)
2019-09-01 19:16:47.256 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name of the new role'
2019-09-01 19:16:47.256 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name of the new role)
2019-09-01 19:16:47.256 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.256 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.256 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.256 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.256 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.256 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@38e8b266)
2019-09-01 19:16:47.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.257 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.258 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.258 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'description'
2019-09-01 19:16:47.258 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=description)
2019-09-01 19:16:47.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Description of the new role'
2019-09-01 19:16:47.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Description of the new role)
2019-09-01 19:16:47.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.259 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.259 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@244d1b14)
2019-09-01 19:16:47.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.260 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.261 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.261 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.261 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.261 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.261 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.261 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.261 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.261 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@19a3785)
2019-09-01 19:16:47.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.262 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.262 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.262 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'createUser'
2019-09-01 19:16:47.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=createUser)
2019-09-01 19:16:47.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Create new user and return MBean name'
2019-09-01 19:16:47.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Create new user and return MBean name)
2019-09-01 19:16:47.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.263 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:47.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:47.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.264 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.264 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.264 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
2019-09-01 19:16:47.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
2019-09-01 19:16:47.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User name of the new user'
2019-09-01 19:16:47.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User name of the new user)
2019-09-01 19:16:47.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.265 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.265 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@1d5c595a)
2019-09-01 19:16:47.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.266 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.266 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.266 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'password'
2019-09-01 19:16:47.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=password)
2019-09-01 19:16:47.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Password of the new user'
2019-09-01 19:16:47.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Password of the new user)
2019-09-01 19:16:47.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.267 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@605aa315)
2019-09-01 19:16:47.267 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.268 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.268 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.268 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'fullName'
2019-09-01 19:16:47.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=fullName)
2019-09-01 19:16:47.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Full name of the new user'
2019-09-01 19:16:47.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Full name of the new user)
2019-09-01 19:16:47.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.269 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@2c0381b1)
2019-09-01 19:16:47.269 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.270 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.270 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@7cf5adab)
2019-09-01 19:16:47.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.270 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.271 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.271 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findGroup'
2019-09-01 19:16:47.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findGroup)
2019-09-01 19:16:47.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return MBean Name of the specified group (if any)'
2019-09-01 19:16:47.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return MBean Name of the specified group (if any))
2019-09-01 19:16:47.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-09-01 19:16:47.271 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-09-01 19:16:47.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:47.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:47.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.272 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.272 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
2019-09-01 19:16:47.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
2019-09-01 19:16:47.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the requested group'
2019-09-01 19:16:47.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the requested group)
2019-09-01 19:16:47.272 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.273 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@39cbde6)
2019-09-01 19:16:47.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.273 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.273 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.273 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@366be48b)
2019-09-01 19:16:47.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.274 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.274 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.274 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findRole'
2019-09-01 19:16:47.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findRole)
2019-09-01 19:16:47.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return MBean Name of the specified role (if any)'
2019-09-01 19:16:47.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return MBean Name of the specified role (if any))
2019-09-01 19:16:47.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-09-01 19:16:47.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-09-01 19:16:47.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:47.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:47.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.275 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.275 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.275 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'rolename'
2019-09-01 19:16:47.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=rolename)
2019-09-01 19:16:47.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name of the requested role'
2019-09-01 19:16:47.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name of the requested role)
2019-09-01 19:16:47.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.276 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.276 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@6d5e5fe)
2019-09-01 19:16:47.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.277 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.277 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.277 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@579c987a)
2019-09-01 19:16:47.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.278 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.278 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'findUser'
2019-09-01 19:16:47.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=findUser)
2019-09-01 19:16:47.278 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Return MBean Name of the specified user (if any)'
2019-09-01 19:16:47.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Return MBean Name of the specified user (if any))
2019-09-01 19:16:47.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-09-01 19:16:47.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-09-01 19:16:47.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'java.lang.String'
2019-09-01 19:16:47.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=java.lang.String)
2019-09-01 19:16:47.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.279 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.279 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
2019-09-01 19:16:47.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
2019-09-01 19:16:47.279 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User name of the requested user'
2019-09-01 19:16:47.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User name of the requested user)
2019-09-01 19:16:47.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.280 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@31896ce2)
2019-09-01 19:16:47.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.280 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.281 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.281 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.281 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.282 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@58af99e4)
2019-09-01 19:16:47.282 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.282 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.282 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.282 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.282 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.282 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeGroup'
2019-09-01 19:16:47.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeGroup)
2019-09-01 19:16:47.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove existing group (and all user memberships)'
2019-09-01 19:16:47.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove existing group (and all user memberships))
2019-09-01 19:16:47.283 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.284 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.284 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'groupname'
2019-09-01 19:16:47.284 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=groupname)
2019-09-01 19:16:47.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Group name of the group to remove'
2019-09-01 19:16:47.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Group name of the group to remove)
2019-09-01 19:16:47.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.285 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.285 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@717c7d1a)
2019-09-01 19:16:47.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.286 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.286 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.286 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@42906407)
2019-09-01 19:16:47.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.287 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.287 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.287 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeRole'
2019-09-01 19:16:47.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeRole)
2019-09-01 19:16:47.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove existing role'
2019-09-01 19:16:47.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove existing role)
2019-09-01 19:16:47.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.288 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.288 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.288 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'rolename'
2019-09-01 19:16:47.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=rolename)
2019-09-01 19:16:47.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'Role name of the role to remove'
2019-09-01 19:16:47.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=Role name of the role to remove)
2019-09-01 19:16:47.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.289 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.289 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@3804eecb)
2019-09-01 19:16:47.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.290 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.290 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.290 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1c402096)
2019-09-01 19:16:47.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.291 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.292 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.292 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'removeUser'
2019-09-01 19:16:47.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=removeUser)
2019-09-01 19:16:47.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Remove existing user (and all group memberships)'
2019-09-01 19:16:47.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Remove existing user (and all group memberships))
2019-09-01 19:16:47.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.292 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.293 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.293 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.293 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'username'
2019-09-01 19:16:47.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=username)
2019-09-01 19:16:47.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'User name of the user to remove'
2019-09-01 19:16:47.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=User name of the user to remove)
2019-09-01 19:16:47.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.294 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.294 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@e460aa9)
2019-09-01 19:16:47.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.295 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.295 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.295 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4fb7e73a)
2019-09-01 19:16:47.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.296 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.297 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.297 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'save'
2019-09-01 19:16:47.297 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=save)
2019-09-01 19:16:47.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Save current users and groups to persistent storage'
2019-09-01 19:16:47.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Save current users and groups to persistent storage)
2019-09-01 19:16:47.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.298 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.298 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.298 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@505a2ab1)
2019-09-01 19:16:47.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.299 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.300 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.300 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:47.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.300 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=MemoryUserDatabase, className=org.apache.catalina.mbeans.MemoryUserDatabaseMBean, description=In-memory user and group database, group=UserDatabase, type=org.apache.catalina.users.MemoryUserDatabase])
2019-09-01 19:16:47.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:47.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:47.301 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.301 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
2019-09-01 19:16:47.301 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
2019-09-01 19:16:47.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.302 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:47.302 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
2019-09-01 19:16:47.303 DEBUG 16688 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.21/225a44fe65e9832f896e09f343ce107d38f3ee1b/tomcat-embed-core-9.0.21.jar!/org/apache/catalina/connector/mbeans-descriptors.xml
2019-09-01 19:16:47.303 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@3d00b9f)
2019-09-01 19:16:47.303 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
2019-09-01 19:16:47.304 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
2019-09-01 19:16:47.304 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
2019-09-01 19:16:47.304 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:47.304 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.304 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.304 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:47.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:47.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'CoyoteConnector'
2019-09-01 19:16:47.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=CoyoteConnector)
2019-09-01 19:16:47.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ConnectorMBean'
2019-09-01 19:16:47.305 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ConnectorMBean)
2019-09-01 19:16:47.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of a Coyote connector'
2019-09-01 19:16:47.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of a Coyote connector)
2019-09-01 19:16:47.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:47.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:47.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Connector'
2019-09-01 19:16:47.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Connector)
2019-09-01 19:16:47.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.connector.Connector'
2019-09-01 19:16:47.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.connector.Connector)
2019-09-01 19:16:47.306 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.306 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.307 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.307 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'acceptCount'
2019-09-01 19:16:47.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=acceptCount)
2019-09-01 19:16:47.307 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The accept count for this Connector'
2019-09-01 19:16:47.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The accept count for this Connector)
2019-09-01 19:16:47.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.308 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.308 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2deb6f6)
2019-09-01 19:16:47.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.309 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.309 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.310 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.310 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'address'
2019-09-01 19:16:47.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=address)
2019-09-01 19:16:47.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The IP address on which to bind'
2019-09-01 19:16:47.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The IP address on which to bind)
2019-09-01 19:16:47.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.310 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.311 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@502a0415)
2019-09-01 19:16:47.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.311 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.312 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.312 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ajpFlush'
2019-09-01 19:16:47.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ajpFlush)
2019-09-01 19:16:47.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Send AJP flush package for each explicit flush'
2019-09-01 19:16:47.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Send AJP flush package for each explicit flush)
2019-09-01 19:16:47.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.312 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.313 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5665d373)
2019-09-01 19:16:47.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.313 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.313 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.314 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allowTrace'
2019-09-01 19:16:47.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allowTrace)
2019-09-01 19:16:47.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Allow disabling TRACE method'
2019-09-01 19:16:47.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Allow disabling TRACE method)
2019-09-01 19:16:47.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.314 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.314 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@55eab6d3)
2019-09-01 19:16:47.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.315 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.315 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.316 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.316 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.316 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.316 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.316 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.316 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ciphers'
2019-09-01 19:16:47.316 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ciphers)
2019-09-01 19:16:47.316 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-separated list of requested cipher suites'
2019-09-01 19:16:47.316 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-separated list of requested cipher suites)
2019-09-01 19:16:47.316 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.316 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.316 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.317 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@22f4c39e)
2019-09-01 19:16:47.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.317 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.317 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.317 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'ciphersUsed'
2019-09-01 19:16:47.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=ciphersUsed)
2019-09-01 19:16:47.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Array of ciphers suites in use'
2019-09-01 19:16:47.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Array of ciphers suites in use)
2019-09-01 19:16:47.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to '[Ljava.lang.String;'
2019-09-01 19:16:47.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=[Ljava.lang.String;)
2019-09-01 19:16:47.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.318 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.319 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@227e7179)
2019-09-01 19:16:47.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.319 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.320 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.320 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:47.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:47.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:47.320 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:47.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.321 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.321 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5a78c00e)
2019-09-01 19:16:47.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.322 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.322 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.322 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionLinger'
2019-09-01 19:16:47.322 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionLinger)
2019-09-01 19:16:47.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Linger value on the incoming connection'
2019-09-01 19:16:47.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Linger value on the incoming connection)
2019-09-01 19:16:47.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.323 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.323 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5aa4a9bc)
2019-09-01 19:16:47.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.324 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.324 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.324 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.324 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'connectionTimeout'
2019-09-01 19:16:47.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=connectionTimeout)
2019-09-01 19:16:47.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Timeout value on the incoming connection'
2019-09-01 19:16:47.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Timeout value on the incoming connection)
2019-09-01 19:16:47.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.325 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.325 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5e487945)
2019-09-01 19:16:47.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.326 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.326 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'enableLookups'
2019-09-01 19:16:47.326 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=enableLookups)
2019-09-01 19:16:47.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The 'enable DNS lookups' flag for this Connector'
2019-09-01 19:16:47.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The 'enable DNS lookups' flag for this Connector)
2019-09-01 19:16:47.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.327 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@f6c3e4c)
2019-09-01 19:16:47.327 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.328 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.328 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'executorName'
2019-09-01 19:16:47.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=executorName)
2019-09-01 19:16:47.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the executor - if any - associated with this Connector'
2019-09-01 19:16:47.328 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the executor - if any - associated with this Connector)
2019-09-01 19:16:47.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.329 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1308e71f)
2019-09-01 19:16:47.329 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.330 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.330 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.330 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'keepAliveTimeout'
2019-09-01 19:16:47.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=keepAliveTimeout)
2019-09-01 19:16:47.330 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of seconds Tomcat will wait for a subsequent request before closing the connection'
2019-09-01 19:16:47.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of seconds Tomcat will wait for a subsequent request before closing the connection)
2019-09-01 19:16:47.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.331 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.331 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.332 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.332 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6c9e558b)
2019-09-01 19:16:47.332 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.332 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.332 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.332 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.332 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.332 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.332 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.332 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.332 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'localPort'
2019-09-01 19:16:47.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=localPort)
2019-09-01 19:16:47.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The port number on which this connector is listening to requests. If the special value for port of zero is used then this method will report the actual port bound.'
2019-09-01 19:16:47.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The port number on which this connector is listening to requests. If the special value for port of zero is used then this method will report the actual port bound.)
2019-09-01 19:16:47.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.333 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.333 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@71019b0c)
2019-09-01 19:16:47.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.334 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.334 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.334 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxHeaderCount'
2019-09-01 19:16:47.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxHeaderCount)
2019-09-01 19:16:47.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of headers that are allowed by the container. 100 by default. A value of less than 0 means no limit.'
2019-09-01 19:16:47.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of headers that are allowed by the container. 100 by default. A value of less than 0 means no limit.)
2019-09-01 19:16:47.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.335 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.335 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1f71453e)
2019-09-01 19:16:47.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.336 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.336 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.336 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxKeepAliveRequests'
2019-09-01 19:16:47.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxKeepAliveRequests)
2019-09-01 19:16:47.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum number of Keep-Alive requests to honor per connection'
2019-09-01 19:16:47.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum number of Keep-Alive requests to honor per connection)
2019-09-01 19:16:47.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.337 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.337 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4b9569d0)
2019-09-01 19:16:47.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.338 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.338 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxParameterCount'
2019-09-01 19:16:47.338 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxParameterCount)
2019-09-01 19:16:47.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default. A value of less than 0 means no limit.'
2019-09-01 19:16:47.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default. A value of less than 0 means no limit.)
2019-09-01 19:16:47.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.339 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@55b94f24)
2019-09-01 19:16:47.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.339 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.340 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.340 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxPostSize'
2019-09-01 19:16:47.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxPostSize)
2019-09-01 19:16:47.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum size in bytes of a POST which will be handled by the servlet API provided features'
2019-09-01 19:16:47.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum size in bytes of a POST which will be handled by the servlet API provided features)
2019-09-01 19:16:47.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.340 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.340 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@289d7764)
2019-09-01 19:16:47.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.341 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.341 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.341 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxSavePostSize'
2019-09-01 19:16:47.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxSavePostSize)
2019-09-01 19:16:47.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Maximum size of a POST which will be saved by the container during authentication'
2019-09-01 19:16:47.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Maximum size of a POST which will be saved by the container during authentication)
2019-09-01 19:16:47.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.342 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.342 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d509ffc)
2019-09-01 19:16:47.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.343 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.343 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxSwallowSize'
2019-09-01 19:16:47.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxSwallowSize)
2019-09-01 19:16:47.343 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of request body bytes to be swallowed by Tomcat for an aborted upload'
2019-09-01 19:16:47.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of request body bytes to be swallowed by Tomcat for an aborted upload)
2019-09-01 19:16:47.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.344 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5debba6f)
2019-09-01 19:16:47.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.344 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.345 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.345 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.345 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'maxThreads'
2019-09-01 19:16:47.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=maxThreads)
2019-09-01 19:16:47.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The maximum number of request processing threads to be created for the internal Executor. -1 indicates an external Executor is being used.'
2019-09-01 19:16:47.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The maximum number of request processing threads to be created for the internal Executor. -1 indicates an external Executor is being used.)
2019-09-01 19:16:47.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.345 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.346 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@42340e99)
2019-09-01 19:16:47.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.346 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.346 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.346 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'minSpareThreads'
2019-09-01 19:16:47.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=minSpareThreads)
2019-09-01 19:16:47.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The number of request processing threads that will be created for the internal Executor. -1 indicates an external Executor is being used.'
2019-09-01 19:16:47.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The number of request processing threads that will be created for the internal Executor. -1 indicates an external Executor is being used.)
2019-09-01 19:16:47.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.347 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.347 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1d167ec)
2019-09-01 19:16:47.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.348 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.348 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.348 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.348 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'packetSize'
2019-09-01 19:16:47.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=packetSize)
2019-09-01 19:16:47.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The ajp packet size.'
2019-09-01 19:16:47.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The ajp packet size.)
2019-09-01 19:16:47.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.349 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.350 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3847b755)
2019-09-01 19:16:47.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.350 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.350 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.350 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'port'
2019-09-01 19:16:47.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=port)
2019-09-01 19:16:47.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The port number (excluding any offset) on which this connector is configured to listen for requests. The special value of 0 means select a random free port when the socket is bound.'
2019-09-01 19:16:47.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The port number (excluding any offset) on which this connector is configured to listen for requests. The special value of 0 means select a random free port when the socket is bound.)
2019-09-01 19:16:47.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.351 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.351 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@38ff4af0)
2019-09-01 19:16:47.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.352 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.352 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portOffset'
2019-09-01 19:16:47.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portOffset)
2019-09-01 19:16:47.352 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The offset that will be applied to port to determine the actual port number used.'
2019-09-01 19:16:47.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The offset that will be applied to port to determine the actual port number used.)
2019-09-01 19:16:47.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.353 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5adddbb0)
2019-09-01 19:16:47.353 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.354 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.354 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'portWithOffset'
2019-09-01 19:16:47.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=portWithOffset)
2019-09-01 19:16:47.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The actual port number (including any offset) on which this connector is configured to listen for requests.'
2019-09-01 19:16:47.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The actual port number (including any offset) on which this connector is configured to listen for requests.)
2019-09-01 19:16:47.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.354 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.355 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@50b92900)
2019-09-01 19:16:47.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.355 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.355 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.356 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.356 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'processorCache'
2019-09-01 19:16:47.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=processorCache)
2019-09-01 19:16:47.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The processor cache size.'
2019-09-01 19:16:47.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The processor cache size.)
2019-09-01 19:16:47.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.356 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.356 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5541c15d)
2019-09-01 19:16:47.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.357 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.357 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.357 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocol'
2019-09-01 19:16:47.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocol)
2019-09-01 19:16:47.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Coyote protocol handler in use'
2019-09-01 19:16:47.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Coyote protocol handler in use)
2019-09-01 19:16:47.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.358 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.358 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@17aba9cf)
2019-09-01 19:16:47.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.359 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.359 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.359 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocolHandlerClassName'
2019-09-01 19:16:47.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocolHandlerClassName)
2019-09-01 19:16:47.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Coyote Protocol handler class name'
2019-09-01 19:16:47.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Coyote Protocol handler class name)
2019-09-01 19:16:47.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.360 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.360 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@239ff0d1)
2019-09-01 19:16:47.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.361 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.361 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'proxyName'
2019-09-01 19:16:47.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=proxyName)
2019-09-01 19:16:47.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Server name to which we should pretend requests to this Connector'
2019-09-01 19:16:47.361 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Server name to which we should pretend requests to this Connector)
2019-09-01 19:16:47.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.362 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3af72c8b)
2019-09-01 19:16:47.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.362 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.362 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.363 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'proxyPort'
2019-09-01 19:16:47.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=proxyPort)
2019-09-01 19:16:47.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The Server port to which we should pretend requests to this Connector'
2019-09-01 19:16:47.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The Server port to which we should pretend requests to this Connector)
2019-09-01 19:16:47.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.363 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.363 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@61e759a1)
2019-09-01 19:16:47.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.364 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.364 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.364 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'redirectPort'
2019-09-01 19:16:47.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=redirectPort)
2019-09-01 19:16:47.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The redirect port (excluding any offset) for non-SSL to SSL redirects'
2019-09-01 19:16:47.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The redirect port (excluding any offset) for non-SSL to SSL redirects)
2019-09-01 19:16:47.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.365 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2b487183)
2019-09-01 19:16:47.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.365 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.366 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.366 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'redirectPortWithOffset'
2019-09-01 19:16:47.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=redirectPortWithOffset)
2019-09-01 19:16:47.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The actual redirect port (including any offset) for non-SSL to SSL redirects.'
2019-09-01 19:16:47.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The actual redirect port (including any offset) for non-SSL to SSL redirects.)
2019-09-01 19:16:47.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.366 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.367 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@778d0543)
2019-09-01 19:16:47.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.367 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.367 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.368 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'scheme'
2019-09-01 19:16:47.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=scheme)
2019-09-01 19:16:47.368 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Protocol name for this Connector (http, https)'
2019-09-01 19:16:47.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Protocol name for this Connector (http, https))
2019-09-01 19:16:47.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.369 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.369 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@741dec4d)
2019-09-01 19:16:47.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.370 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.370 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.370 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secret'
2019-09-01 19:16:47.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secret)
2019-09-01 19:16:47.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Authentication secret (I guess ... not in Javadocs)'
2019-09-01 19:16:47.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Authentication secret (I guess ... not in Javadocs))
2019-09-01 19:16:47.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'readable' to 'false'
2019-09-01 19:16:47.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo readable=false)
2019-09-01 19:16:47.371 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.372 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2fec993e)
2019-09-01 19:16:47.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.372 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.373 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.373 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'secure'
2019-09-01 19:16:47.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=secure)
2019-09-01 19:16:47.373 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Is this a secure (SSL) Connector?'
2019-09-01 19:16:47.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Is this a secure (SSL) Connector?)
2019-09-01 19:16:47.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.374 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@47c02129)
2019-09-01 19:16:47.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.374 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.374 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.374 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sslProtocols'
2019-09-01 19:16:47.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sslProtocols)
2019-09-01 19:16:47.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Comma-separated list of SSL protocol variants to be enabled'
2019-09-01 19:16:47.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Comma-separated list of SSL protocol variants to be enabled)
2019-09-01 19:16:47.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.375 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.375 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5878938f)
2019-09-01 19:16:47.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.376 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.376 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:47.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:47.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:47.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:47.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.376 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.377 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@439c6349)
2019-09-01 19:16:47.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.377 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.377 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.377 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.377 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'tcpNoDelay'
2019-09-01 19:16:47.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=tcpNoDelay)
2019-09-01 19:16:47.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should we use TCP no delay?'
2019-09-01 19:16:47.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should we use TCP no delay?)
2019-09-01 19:16:47.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.378 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@872376d)
2019-09-01 19:16:47.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.378 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.379 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.379 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.379 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threadPriority'
2019-09-01 19:16:47.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threadPriority)
2019-09-01 19:16:47.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The thread priority for processors using the internal Executor. -1 indicates an external Executor is being used.'
2019-09-01 19:16:47.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The thread priority for processors using the internal Executor. -1 indicates an external Executor is being used.)
2019-09-01 19:16:47.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.379 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.379 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4efd9623)
2019-09-01 19:16:47.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.380 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.380 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'URIEncoding'
2019-09-01 19:16:47.380 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=URIEncoding)
2019-09-01 19:16:47.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character encoding used to decode the URI'
2019-09-01 19:16:47.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character encoding used to decode the URI)
2019-09-01 19:16:47.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.381 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@52859098)
2019-09-01 19:16:47.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.381 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.382 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.382 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useBodyEncodingForURI'
2019-09-01 19:16:47.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useBodyEncodingForURI)
2019-09-01 19:16:47.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should the body encoding be used for URI query parameters'
2019-09-01 19:16:47.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should the body encoding be used for URI query parameters)
2019-09-01 19:16:47.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.382 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.382 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@722327aa)
2019-09-01 19:16:47.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.383 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.383 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'useIPVHosts'
2019-09-01 19:16:47.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=useIPVHosts)
2019-09-01 19:16:47.383 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should IP-based virtual hosting be used? '
2019-09-01 19:16:47.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should IP-based virtual hosting be used? )
2019-09-01 19:16:47.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.384 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6b73afdc)
2019-09-01 19:16:47.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.384 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.384 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.385 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'xpoweredBy'
2019-09-01 19:16:47.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=xpoweredBy)
2019-09-01 19:16:47.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Is generation of X-Powered-By response header enabled/disabled?'
2019-09-01 19:16:47.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Is generation of X-Powered-By response header enabled/disabled?)
2019-09-01 19:16:47.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.385 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.385 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@499d601f)
2019-09-01 19:16:47.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.386 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.386 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'start'
2019-09-01 19:16:47.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=start)
2019-09-01 19:16:47.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-09-01 19:16:47.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-09-01 19:16:47.386 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.387 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@376228e4)
2019-09-01 19:16:47.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.387 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.387 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.388 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'stop'
2019-09-01 19:16:47.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=stop)
2019-09-01 19:16:47.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-09-01 19:16:47.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-09-01 19:16:47.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.388 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.388 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5c9747d5)
2019-09-01 19:16:47.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.389 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.389 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.389 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'pause'
2019-09-01 19:16:47.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=pause)
2019-09-01 19:16:47.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Start'
2019-09-01 19:16:47.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Start)
2019-09-01 19:16:47.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.390 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.390 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2a6c1ed4)
2019-09-01 19:16:47.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.391 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.391 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'resume'
2019-09-01 19:16:47.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=resume)
2019-09-01 19:16:47.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Stop'
2019-09-01 19:16:47.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Stop)
2019-09-01 19:16:47.391 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.392 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@8d31e1e)
2019-09-01 19:16:47.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.392 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.392 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.393 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'init'
2019-09-01 19:16:47.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=init)
2019-09-01 19:16:47.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Init'
2019-09-01 19:16:47.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Init)
2019-09-01 19:16:47.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.393 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.393 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@2ed032e8)
2019-09-01 19:16:47.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.394 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.394 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'destroy'
2019-09-01 19:16:47.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=destroy)
2019-09-01 19:16:47.394 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Destroy'
2019-09-01 19:16:47.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Destroy)
2019-09-01 19:16:47.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.395 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@481f7108)
2019-09-01 19:16:47.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.395 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.396 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.396 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:47.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=CoyoteConnector, className=org.apache.catalina.mbeans.ConnectorMBean, description=Implementation of a Coyote connector, group=Connector, type=org.apache.catalina.connector.Connector])
2019-09-01 19:16:47.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:47.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.396 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:47.397 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.397 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
2019-09-01 19:16:47.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
2019-09-01 19:16:47.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.397 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:47.397 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
2019-09-01 19:16:47.397 DEBUG 16688 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.21/225a44fe65e9832f896e09f343ce107d38f3ee1b/tomcat-embed-core-9.0.21.jar!/org/apache/catalina/valves/mbeans-descriptors.xml
2019-09-01 19:16:47.398 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@3d94b61d)
2019-09-01 19:16:47.398 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
2019-09-01 19:16:47.398 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
2019-09-01 19:16:47.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
2019-09-01 19:16:47.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:47.398 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.398 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:47.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:47.398 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'AccessLogValve'
2019-09-01 19:16:47.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=AccessLogValve)
2019-09-01 19:16:47.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that generates a web server access log'
2019-09-01 19:16:47.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that generates a web server access log)
2019-09-01 19:16:47.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:47.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:47.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-09-01 19:16:47.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-09-01 19:16:47.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.AccessLogValve'
2019-09-01 19:16:47.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.AccessLogValve)
2019-09-01 19:16:47.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.399 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.399 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.399 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-09-01 19:16:47.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-09-01 19:16:47.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
2019-09-01 19:16:47.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
2019-09-01 19:16:47.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.400 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.400 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@eb01796)
2019-09-01 19:16:47.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.401 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.401 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'buffered'
2019-09-01 19:16:47.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=buffered)
2019-09-01 19:16:47.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to buffering.'
2019-09-01 19:16:47.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to buffering.)
2019-09-01 19:16:47.401 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.402 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@76e47e75)
2019-09-01 19:16:47.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.402 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.402 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.402 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'checkExists'
2019-09-01 19:16:47.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=checkExists)
2019-09-01 19:16:47.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Check for file existence before logging.'
2019-09-01 19:16:47.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Check for file existence before logging.)
2019-09-01 19:16:47.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.403 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.403 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6043b0)
2019-09-01 19:16:47.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.404 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.404 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:47.404 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:47.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:47.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:47.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.405 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@18dc29ff)
2019-09-01 19:16:47.405 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.406 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.406 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'condition'
2019-09-01 19:16:47.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=condition)
2019-09-01 19:16:47.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging. The same as conditionUnless.'
2019-09-01 19:16:47.406 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging. The same as conditionUnless.)
2019-09-01 19:16:47.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.407 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@16de81d5)
2019-09-01 19:16:47.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.407 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.408 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.408 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionIf'
2019-09-01 19:16:47.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionIf)
2019-09-01 19:16:47.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.'
2019-09-01 19:16:47.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.)
2019-09-01 19:16:47.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.408 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.409 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@431c42ad)
2019-09-01 19:16:47.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.409 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.409 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.410 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionUnless'
2019-09-01 19:16:47.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionUnless)
2019-09-01 19:16:47.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.'
2019-09-01 19:16:47.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.)
2019-09-01 19:16:47.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.410 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.410 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@41e3e4bd)
2019-09-01 19:16:47.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.411 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.411 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.411 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'directory'
2019-09-01 19:16:47.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=directory)
2019-09-01 19:16:47.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The directory in which log files are created'
2019-09-01 19:16:47.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The directory in which log files are created)
2019-09-01 19:16:47.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.412 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.412 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3889aeaf)
2019-09-01 19:16:47.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.413 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.413 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.413 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'enabled'
2019-09-01 19:16:47.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=enabled)
2019-09-01 19:16:47.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enable Access Logging'
2019-09-01 19:16:47.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enable Access Logging)
2019-09-01 19:16:47.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'false'
2019-09-01 19:16:47.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=false)
2019-09-01 19:16:47.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.414 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.414 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5abb4042)
2019-09-01 19:16:47.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.415 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.415 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.416 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'encoding'
2019-09-01 19:16:47.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=encoding)
2019-09-01 19:16:47.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character set used to write the log file'
2019-09-01 19:16:47.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character set used to write the log file)
2019-09-01 19:16:47.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.416 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.417 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7b936892)
2019-09-01 19:16:47.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.417 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.417 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.418 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fileDateFormat'
2019-09-01 19:16:47.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fileDateFormat)
2019-09-01 19:16:47.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The format for the date for date based log rotation'
2019-09-01 19:16:47.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The format for the date for date based log rotation)
2019-09-01 19:16:47.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.418 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.419 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@250bad51)
2019-09-01 19:16:47.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.419 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.419 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.420 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'locale'
2019-09-01 19:16:47.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=locale)
2019-09-01 19:16:47.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The locale used to format timestamps in the access log lines'
2019-09-01 19:16:47.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The locale used to format timestamps in the access log lines)
2019-09-01 19:16:47.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.420 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.420 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@50028389)
2019-09-01 19:16:47.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.421 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.421 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.421 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pattern'
2019-09-01 19:16:47.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pattern)
2019-09-01 19:16:47.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pattern used to format our access log lines'
2019-09-01 19:16:47.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pattern used to format our access log lines)
2019-09-01 19:16:47.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.422 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.422 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@503b709b)
2019-09-01 19:16:47.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.423 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.423 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.423 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'prefix'
2019-09-01 19:16:47.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=prefix)
2019-09-01 19:16:47.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The prefix that is added to log file filenames'
2019-09-01 19:16:47.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The prefix that is added to log file filenames)
2019-09-01 19:16:47.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.424 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.424 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@300c55f6)
2019-09-01 19:16:47.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.425 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.425 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.426 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rotatable'
2019-09-01 19:16:47.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rotatable)
2019-09-01 19:16:47.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to indicate automatic log rotation.'
2019-09-01 19:16:47.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to indicate automatic log rotation.)
2019-09-01 19:16:47.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.426 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.427 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@48150783)
2019-09-01 19:16:47.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.427 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.428 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.428 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'renameOnRotate'
2019-09-01 19:16:47.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=renameOnRotate)
2019-09-01 19:16:47.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to defer inclusion of the date stamp in the log file name until rotation.'
2019-09-01 19:16:47.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to defer inclusion of the date stamp in the log file name until rotation.)
2019-09-01 19:16:47.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.428 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.429 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@ccfcbc3)
2019-09-01 19:16:47.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.429 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.430 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.430 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:47.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:47.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:47.430 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:47.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.431 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.431 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7fbdd69)
2019-09-01 19:16:47.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.432 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.433 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.433 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'suffix'
2019-09-01 19:16:47.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=suffix)
2019-09-01 19:16:47.433 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The suffix that is added to log file filenames'
2019-09-01 19:16:47.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The suffix that is added to log file filenames)
2019-09-01 19:16:47.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.434 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.434 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@558a8b85)
2019-09-01 19:16:47.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.435 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.435 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.435 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate'
2019-09-01 19:16:47.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate)
2019-09-01 19:16:47.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Check if the log file is due to be rotated and rotate if it is'
2019-09-01 19:16:47.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Check if the log file is due to be rotated and rotate if it is)
2019-09-01 19:16:47.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.436 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.437 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.437 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.437 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@35c3b7a8)
2019-09-01 19:16:47.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.438 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.438 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate'
2019-09-01 19:16:47.438 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate)
2019-09-01 19:16:47.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Move the existing log file to a new name'
2019-09-01 19:16:47.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Move the existing log file to a new name)
2019-09-01 19:16:47.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-09-01 19:16:47.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-09-01 19:16:47.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.439 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.439 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'newFileName'
2019-09-01 19:16:47.439 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=newFileName)
2019-09-01 19:16:47.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'File name to move the log file to.'
2019-09-01 19:16:47.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=File name to move the log file to.)
2019-09-01 19:16:47.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.440 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@4720f300)
2019-09-01 19:16:47.440 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.441 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.441 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@1e697e18)
2019-09-01 19:16:47.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.441 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.442 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.442 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:47.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=AccessLogValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that generates a web server access log, group=Valve, type=org.apache.catalina.valves.AccessLogValve])
2019-09-01 19:16:47.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:47.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.442 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:47.443 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.443 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:47.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:47.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'CrawlerSessionManagerValve'
2019-09-01 19:16:47.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=CrawlerSessionManagerValve)
2019-09-01 19:16:47.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that ensures web crawlers always use sessions even if no session ID is presented by the client'
2019-09-01 19:16:47.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that ensures web crawlers always use sessions even if no session ID is presented by the client)
2019-09-01 19:16:47.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:47.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:47.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-09-01 19:16:47.443 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-09-01 19:16:47.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.CrawlerSessionManagerValve'
2019-09-01 19:16:47.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.CrawlerSessionManagerValve)
2019-09-01 19:16:47.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.444 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.444 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-09-01 19:16:47.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-09-01 19:16:47.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
2019-09-01 19:16:47.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
2019-09-01 19:16:47.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.444 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.445 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1fbe08f3)
2019-09-01 19:16:47.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.445 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.446 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.446 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:47.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:47.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:47.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:47.446 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.454 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.454 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@37e8825b)
2019-09-01 19:16:47.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.455 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.455 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'clientIpSessionId'
2019-09-01 19:16:47.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=clientIpSessionId)
2019-09-01 19:16:47.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Current Map of client IP address to session ID managed by this Valve'
2019-09-01 19:16:47.455 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Current Map of client IP address to session ID managed by this Valve)
2019-09-01 19:16:47.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.util.Map'
2019-09-01 19:16:47.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.util.Map)
2019-09-01 19:16:47.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.456 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7710cf55)
2019-09-01 19:16:47.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.456 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.457 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.457 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'crawlerUserAgents'
2019-09-01 19:16:47.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=crawlerUserAgents)
2019-09-01 19:16:47.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Specify the regular expression used to identify crawlers based in the User-Agent header provided.'
2019-09-01 19:16:47.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Specify the regular expression used to identify crawlers based in the User-Agent header provided.)
2019-09-01 19:16:47.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
2019-09-01 19:16:47.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
2019-09-01 19:16:47.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.457 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.457 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@22dce611)
2019-09-01 19:16:47.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.458 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.458 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'sessionInactiveInterval'
2019-09-01 19:16:47.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=sessionInactiveInterval)
2019-09-01 19:16:47.458 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Specify the session timeout (in seconds) for a crawler's session.'
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Specify the session timeout (in seconds) for a crawler's session.)
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'true'
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=true)
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4dca8b29)
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.459 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3e433291)
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.460 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=CrawlerSessionManagerValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that ensures web crawlers always use sessions even if no session ID is presented by the client, group=Valve, type=org.apache.catalina.valves.CrawlerSessionManagerValve])
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.461 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ErrorReportValve'
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ErrorReportValve)
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Implementation of a Valve that outputs HTML error pages'
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Implementation of a Valve that outputs HTML error pages)
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.ErrorReportValve'
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.ErrorReportValve)
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-09-01 19:16:47.462 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4fd8286b)
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.463 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@af1a3ef)
2019-09-01 19:16:47.464 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.465 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@13fbe25b)
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'showReport'
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=showReport)
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enables/Disables full error reports'
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enables/Disables full error reports)
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.466 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@348b8d0f)
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'showServerInfo'
2019-09-01 19:16:47.467 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=showServerInfo)
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enables/Disables server info on error pages'
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enables/Disables server info on error pages)
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3a9e7085)
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.468 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ErrorReportValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Implementation of a Valve that outputs HTML error pages, group=Valve, type=org.apache.catalina.valves.ErrorReportValve])
2019-09-01 19:16:47.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:47.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:47.469 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.469 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:47.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:47.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ExtendedAccessLogValve'
2019-09-01 19:16:47.469 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ExtendedAccessLogValve)
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that generates a web server access log'
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that generates a web server access log)
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.ExtendedAccessLogValve'
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.ExtendedAccessLogValve)
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.470 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.471 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3d7742e2)
2019-09-01 19:16:47.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.471 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.471 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.471 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'buffered'
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=buffered)
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to buffering.'
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to buffering.)
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7152962d)
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.472 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.473 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.473 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'checkExists'
2019-09-01 19:16:47.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=checkExists)
2019-09-01 19:16:47.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Check for file existence before logging.'
2019-09-01 19:16:47.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Check for file existence before logging.)
2019-09-01 19:16:47.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.473 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.473 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@19599efd)
2019-09-01 19:16:47.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.474 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.474 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:47.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:47.474 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:47.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:47.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.475 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.475 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@508adf0b)
2019-09-01 19:16:47.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.476 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.476 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'condition'
2019-09-01 19:16:47.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=condition)
2019-09-01 19:16:47.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging. The same as conditionUnless.'
2019-09-01 19:16:47.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging. The same as conditionUnless.)
2019-09-01 19:16:47.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.476 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@576df7aa)
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionIf'
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionIf)
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.'
2019-09-01 19:16:47.477 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.)
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@32ebe094)
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'conditionUnless'
2019-09-01 19:16:47.478 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=conditionUnless)
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value to look for conditional logging.'
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value to look for conditional logging.)
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@67903e42)
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.479 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'directory'
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=directory)
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The directory in which log files are created'
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The directory in which log files are created)
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6164d73c)
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.480 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'enabled'
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=enabled)
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Enable Access Logging'
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Enable Access Logging)
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'false'
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=false)
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@598cac1d)
2019-09-01 19:16:47.481 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'encoding'
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=encoding)
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Character set used to write the log file'
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Character set used to write the log file)
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.482 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@340e08f8)
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fileDateFormat'
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fileDateFormat)
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The format for the date date based log rotation.'
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The format for the date date based log rotation.)
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.483 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@520a4215)
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'locale'
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=locale)
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The locale used to format timestamps in the access log lines'
2019-09-01 19:16:47.484 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The locale used to format timestamps in the access log lines)
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1590a25f)
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.485 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'pattern'
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=pattern)
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The pattern used to format our access log lines'
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The pattern used to format our access log lines)
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@294008b4)
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.486 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'prefix'
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=prefix)
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The prefix that is added to log file filenames'
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The prefix that is added to log file filenames)
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6d4d8cac)
2019-09-01 19:16:47.487 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'rotatable'
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=rotatable)
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to indicate automatic log rotation.'
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to indicate automatic log rotation.)
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.488 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6d5771fa)
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'renameOnRotate'
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=renameOnRotate)
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Flag to defer inclusion of the date stamp in the log file name until rotation.'
2019-09-01 19:16:47.489 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Flag to defer inclusion of the date stamp in the log file name until rotation.)
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7d45a455)
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.490 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'suffix'
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=suffix)
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The suffix that is added to log file filenames'
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The suffix that is added to log file filenames)
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@546916e1)
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.491 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate'
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate)
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Check if the log file is due to be rotated and rotate if it is'
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Check if the log file is due to be rotated and rotate if it is)
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'void'
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=void)
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.492 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@5540c82c)
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'rotate'
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=rotate)
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Move the existing log file to a new name'
2019-09-01 19:16:47.493 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Move the existing log file to a new name)
2019-09-01 19:16:47.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'ACTION'
2019-09-01 19:16:47.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=ACTION)
2019-09-01 19:16:47.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-09-01 19:16:47.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-09-01 19:16:47.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.494 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.494 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'newFileName'
2019-09-01 19:16:47.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=newFileName)
2019-09-01 19:16:47.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'File name to move the log file to.'
2019-09-01 19:16:47.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=File name to move the log file to.)
2019-09-01 19:16:47.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.494 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.494 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@34eabdf)
2019-09-01 19:16:47.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.495 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.495 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.495 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@53f9c0ef)
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ExtendedAccessLogValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that generates a web server access log, group=Valve, type=org.apache.catalina.valves.ExtendedAccessLogValve])
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.496 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'SemaphoreValve'
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=SemaphoreValve)
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that does concurrency control'
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that does concurrency control)
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.SemaphoreValve'
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.SemaphoreValve)
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.497 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-09-01 19:16:47.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-09-01 19:16:47.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
2019-09-01 19:16:47.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
2019-09-01 19:16:47.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.498 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4fbb1a6f)
2019-09-01 19:16:47.498 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.499 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.499 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'block'
2019-09-01 19:16:47.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=block)
2019-09-01 19:16:47.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should this be blocked until a permit is available?'
2019-09-01 19:16:47.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should this be blocked until a permit is available?)
2019-09-01 19:16:47.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.499 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.499 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c69ba1c)
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:47.500 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6a0fea1d)
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.501 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'concurrency'
2019-09-01 19:16:47.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=concurrency)
2019-09-01 19:16:47.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Desired concurrency level'
2019-09-01 19:16:47.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Desired concurrency level)
2019-09-01 19:16:47.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.502 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@77ecb10b)
2019-09-01 19:16:47.502 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.503 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.503 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'fairness'
2019-09-01 19:16:47.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=fairness)
2019-09-01 19:16:47.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Use a fair semaphore'
2019-09-01 19:16:47.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Use a fair semaphore)
2019-09-01 19:16:47.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.503 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.503 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.504 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.504 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.504 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.504 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.504 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.504 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6013a5fb)
2019-09-01 19:16:47.504 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.504 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.504 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.504 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.504 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.504 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.505 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.505 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.505 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.505 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.505 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'interruptible'
2019-09-01 19:16:47.505 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=interruptible)
2019-09-01 19:16:47.505 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Should this be blocked interruptibly until a permit is available?'
2019-09-01 19:16:47.505 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Should this be blocked interruptibly until a permit is available?)
2019-09-01 19:16:47.505 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.505 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.505 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.506 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@317b4abf)
2019-09-01 19:16:47.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.506 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.506 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.506 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:47.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:47.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:47.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:47.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.507 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.507 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@24b1018f)
2019-09-01 19:16:47.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.508 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.508 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:47.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=SemaphoreValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that does concurrency control, group=Valve, type=org.apache.catalina.valves.SemaphoreValve])
2019-09-01 19:16:47.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:47.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.508 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:47.508 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.508 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:47.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:47.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'RemoteAddrValve'
2019-09-01 19:16:47.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=RemoteAddrValve)
2019-09-01 19:16:47.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address'
2019-09-01 19:16:47.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address)
2019-09-01 19:16:47.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:47.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:47.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-09-01 19:16:47.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-09-01 19:16:47.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.RemoteAddrValve'
2019-09-01 19:16:47.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.RemoteAddrValve)
2019-09-01 19:16:47.509 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.509 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.509 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'addConnectorPort'
2019-09-01 19:16:47.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=addConnectorPort)
2019-09-01 19:16:47.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Append the server connector port to the client IP separated by a semicolon'
2019-09-01 19:16:47.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Append the server connector port to the client IP separated by a semicolon)
2019-09-01 19:16:47.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.510 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.510 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@364788fb)
2019-09-01 19:16:47.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.511 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.511 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allow'
2019-09-01 19:16:47.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allow)
2019-09-01 19:16:47.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The allow expression'
2019-09-01 19:16:47.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The allow expression)
2019-09-01 19:16:47.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.511 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.511 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4b86dfb5)
2019-09-01 19:16:47.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.512 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.512 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allowValid'
2019-09-01 19:16:47.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allowValid)
2019-09-01 19:16:47.512 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of allow expression is not syntactically correct'
2019-09-01 19:16:47.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of allow expression is not syntactically correct)
2019-09-01 19:16:47.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.513 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@20c34ac8)
2019-09-01 19:16:47.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.513 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.514 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.514 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-09-01 19:16:47.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-09-01 19:16:47.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
2019-09-01 19:16:47.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
2019-09-01 19:16:47.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.514 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.514 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@cd28a26)
2019-09-01 19:16:47.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.515 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.515 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.515 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:47.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:47.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:47.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:47.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.516 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@658cb17)
2019-09-01 19:16:47.516 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.517 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.517 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deny'
2019-09-01 19:16:47.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deny)
2019-09-01 19:16:47.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deny expression'
2019-09-01 19:16:47.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deny expression)
2019-09-01 19:16:47.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.517 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.517 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7b5ec71e)
2019-09-01 19:16:47.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.518 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.518 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyStatus'
2019-09-01 19:16:47.518 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyStatus)
2019-09-01 19:16:47.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'HTTP response status code that is used when rejecting denied request'
2019-09-01 19:16:47.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=HTTP response status code that is used when rejecting denied request)
2019-09-01 19:16:47.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.519 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@41f157b7)
2019-09-01 19:16:47.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.519 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.519 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.520 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyValid'
2019-09-01 19:16:47.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyValid)
2019-09-01 19:16:47.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of deny expression is not syntactically correct'
2019-09-01 19:16:47.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of deny expression is not syntactically correct)
2019-09-01 19:16:47.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.520 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.520 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.521 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.521 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.521 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.521 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.521 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.521 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.521 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@596a6615)
2019-09-01 19:16:47.521 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.521 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.521 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.521 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.521 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.521 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.521 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.521 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.521 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.521 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.521 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'invalidAuthenticationWhenDeny'
2019-09-01 19:16:47.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=invalidAuthenticationWhenDeny)
2019-09-01 19:16:47.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Send an invalid authentication header instead of deny'
2019-09-01 19:16:47.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Send an invalid authentication header instead of deny)
2019-09-01 19:16:47.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.522 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@19aa1e5c)
2019-09-01 19:16:47.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.522 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.522 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.523 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:47.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:47.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:47.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:47.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.523 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.523 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@14415c40)
2019-09-01 19:16:47.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.524 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.524 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isAllowed'
2019-09-01 19:16:47.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isAllowed)
2019-09-01 19:16:47.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Tests whether a client with this IP address value is allowed access by the current valve configuration'
2019-09-01 19:16:47.524 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Tests whether a client with this IP address value is allowed access by the current valve configuration)
2019-09-01 19:16:47.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-09-01 19:16:47.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-09-01 19:16:47.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-09-01 19:16:47.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-09-01 19:16:47.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.525 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.525 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'ipAddress'
2019-09-01 19:16:47.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=ipAddress)
2019-09-01 19:16:47.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'IP address to be tested'
2019-09-01 19:16:47.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=IP address to be tested)
2019-09-01 19:16:47.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.525 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.525 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@5fc6fd90)
2019-09-01 19:16:47.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.526 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.526 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.526 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@559672b3)
2019-09-01 19:16:47.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.527 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.527 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:47.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=RemoteAddrValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address, group=Valve, type=org.apache.catalina.valves.RemoteAddrValve])
2019-09-01 19:16:47.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:47.527 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:47.528 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.528 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:47.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:47.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'RemoteHostValve'
2019-09-01 19:16:47.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=RemoteHostValve)
2019-09-01 19:16:47.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's host name'
2019-09-01 19:16:47.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's host name)
2019-09-01 19:16:47.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:47.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:47.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-09-01 19:16:47.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-09-01 19:16:47.528 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.RemoteHostValve'
2019-09-01 19:16:47.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.RemoteHostValve)
2019-09-01 19:16:47.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.529 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.529 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'addConnectorPort'
2019-09-01 19:16:47.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=addConnectorPort)
2019-09-01 19:16:47.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Append the server connector port to the client IP separated by a semicolon'
2019-09-01 19:16:47.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Append the server connector port to the client IP separated by a semicolon)
2019-09-01 19:16:47.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.529 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.529 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1c07cea3)
2019-09-01 19:16:47.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.530 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.530 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allow'
2019-09-01 19:16:47.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allow)
2019-09-01 19:16:47.530 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The allow expression'
2019-09-01 19:16:47.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The allow expression)
2019-09-01 19:16:47.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.531 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2ba323f)
2019-09-01 19:16:47.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.531 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.531 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.532 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'allowValid'
2019-09-01 19:16:47.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=allowValid)
2019-09-01 19:16:47.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of allow expression is not syntactically correct'
2019-09-01 19:16:47.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of allow expression is not syntactically correct)
2019-09-01 19:16:47.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.532 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.533 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6a786585)
2019-09-01 19:16:47.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.533 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.534 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.534 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-09-01 19:16:47.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-09-01 19:16:47.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
2019-09-01 19:16:47.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
2019-09-01 19:16:47.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.534 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.534 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@c1d9193)
2019-09-01 19:16:47.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.535 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.535 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.535 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:47.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:47.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:47.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:47.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.536 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2e4d2465)
2019-09-01 19:16:47.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.536 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.537 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.537 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'deny'
2019-09-01 19:16:47.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=deny)
2019-09-01 19:16:47.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The deny expression'
2019-09-01 19:16:47.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The deny expression)
2019-09-01 19:16:47.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.537 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.537 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7db5d059)
2019-09-01 19:16:47.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.538 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.538 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyStatus'
2019-09-01 19:16:47.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyStatus)
2019-09-01 19:16:47.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'HTTP response status code that is used when rejecting denied request'
2019-09-01 19:16:47.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=HTTP response status code that is used when rejecting denied request)
2019-09-01 19:16:47.538 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.539 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@54c8c627)
2019-09-01 19:16:47.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.539 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.539 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.539 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'denyValid'
2019-09-01 19:16:47.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=denyValid)
2019-09-01 19:16:47.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Becomes false if assigned value of deny expression is not syntactically correct'
2019-09-01 19:16:47.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Becomes false if assigned value of deny expression is not syntactically correct)
2019-09-01 19:16:47.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.540 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.540 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@34395424)
2019-09-01 19:16:47.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.541 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.541 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'invalidAuthenticationWhenDeny'
2019-09-01 19:16:47.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=invalidAuthenticationWhenDeny)
2019-09-01 19:16:47.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Send an invalid authentication header instead of deny'
2019-09-01 19:16:47.541 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Send an invalid authentication header instead of deny)
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@739030ca)
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.542 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@207401f9)
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.543 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,operation)
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Set org.apache.tomcat.util.modeler.OperationInfo properties
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'name' to 'isAllowed'
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo name=isAllowed)
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'description' to 'Tests whether a client with this host name is allowed access by the current valve configuration'
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo description=Tests whether a client with this host name is allowed access by the current valve configuration)
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'impact' to 'INFO'
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo impact=INFO)
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation} Setting property 'returnType' to 'boolean'
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.OperationInfo returnType=boolean)
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,parameter)
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.544 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Set org.apache.tomcat.util.modeler.ParameterInfo properties
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'name' to 'hostName'
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo name=hostName)
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'description' to 'host name to be tested'
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo description=host name to be tested)
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/operation/parameter} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ParameterInfo type=java.lang.String)
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,parameter)
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation/parameter'
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addParameter, paramType=org.apache.tomcat.util.modeler.ParameterInfo]
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation/parameter} Call org.apache.tomcat.util.modeler.OperationInfo.addParameter(org.apache.tomcat.util.modeler.ParameterInfo@329f022e)
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.ParameterInfo org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.545 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ParameterInfo, attributeName=null]
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation/parameter} Pop org.apache.tomcat.util.modeler.ParameterInfo
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,operation)
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/operation'
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addOperation, paramType=org.apache.tomcat.util.modeler.OperationInfo]
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/operation} Call org.apache.tomcat.util.modeler.ManagedBean.addOperation(org.apache.tomcat.util.modeler.OperationInfo@4cf9e82d)
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.OperationInfo org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.OperationInfo, attributeName=null]
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/operation} Pop org.apache.tomcat.util.modeler.OperationInfo
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.546 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=RemoteHostValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's host name, group=Valve, type=org.apache.catalina.valves.RemoteHostValve])
2019-09-01 19:16:47.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:47.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:47.547 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.547 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:47.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:47.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'RemoteIpValve'
2019-09-01 19:16:47.547 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=RemoteIpValve)
2019-09-01 19:16:47.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Valve that sets client information (eg IP address) based on data from a trusted proxy'
2019-09-01 19:16:47.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Valve that sets client information (eg IP address) based on data from a trusted proxy)
2019-09-01 19:16:47.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:47.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:47.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-09-01 19:16:47.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-09-01 19:16:47.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.RemoteIpValve'
2019-09-01 19:16:47.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.RemoteIpValve)
2019-09-01 19:16:47.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.548 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.548 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-09-01 19:16:47.548 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3e9d8718)
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.549 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'httpServerPort'
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=httpServerPort)
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Value returned by ServletRequest.getServerPort() when the protocolHeader indicates http protocol'
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Value returned by ServletRequest.getServerPort() when the protocolHeader indicates http protocol)
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@3e6622fb)
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.550 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'httpsServerPort'
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=httpsServerPort)
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Value returned by ServletRequest.getServerPort() when the protocolHeader indicates https protocol'
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Value returned by ServletRequest.getServerPort() when the protocolHeader indicates https protocol)
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7422d96b)
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.551 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'internalProxies'
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=internalProxies)
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Regular expression that matches IP addresses of internal proxies'
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Regular expression that matches IP addresses of internal proxies)
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.552 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7799ff42)
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocolHeader'
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocolHeader)
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The protocol header (e.g. "X-Forwarded-Proto")'
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The protocol header (e.g. "X-Forwarded-Proto"))
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.553 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@256e03ee)
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'protocolHeaderHttpsValue'
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=protocolHeaderHttpsValue)
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value of the protocol header for incoming https request (e.g. "https")'
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value of the protocol header for incoming https request (e.g. "https"))
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.554 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@2a109c42)
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'proxiesHeader'
2019-09-01 19:16:47.555 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=proxiesHeader)
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The proxies header name (e.g. "X-Forwarded-By")'
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The proxies header name (e.g. "X-Forwarded-By"))
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@481be1ea)
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.556 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'remoteIpHeader'
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=remoteIpHeader)
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The remote IP header name (e.g. "X-Forwarded-For")'
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The remote IP header name (e.g. "X-Forwarded-For"))
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@70406444)
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.557 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@25e468d1)
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.558 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'trustedProxies'
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=trustedProxies)
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Regular expression that matches IP addresses of trusted proxies'
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Regular expression that matches IP addresses of trusted proxies)
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.559 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@b3802a3)
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=RemoteIpValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Valve that sets client information (eg IP address) based on data from a trusted proxy, group=Valve, type=org.apache.catalina.valves.RemoteIpValve])
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:47.560 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'StuckThreadDetectionValve'
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=StuckThreadDetectionValve)
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Detect long requests for which their thread might be stuck'
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Detect long requests for which their thread might be stuck)
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Valve'
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Valve)
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.catalina.valves.StuckThreadDetectionValve'
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.catalina.valves.StuckThreadDetectionValve)
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'asyncSupported'
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=asyncSupported)
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this valve support async reporting.'
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this valve support async reporting.)
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'is' to 'true'
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo is=true)
2019-09-01 19:16:47.561 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@1cbbb69f)
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:47.562 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6faa9308)
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.563 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stateName'
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stateName)
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of the LifecycleState that this component is currently in'
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of the LifecycleState that this component is currently in)
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@698edccc)
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.564 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stuckThreadCount'
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stuckThreadCount)
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Count of the threads currently considered stuck'
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Count of the threads currently considered stuck)
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@22e8f644)
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.565 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.566 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stuckThreadIds'
2019-09-01 19:16:47.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stuckThreadIds)
2019-09-01 19:16:47.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'IDs of the threads currently considered stuck. Each ID can then be used with the Threading MBean to retrieve data about it.'
2019-09-01 19:16:47.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=IDs of the threads currently considered stuck. Each ID can then be used with the Threading MBean to retrieve data about it.)
2019-09-01 19:16:47.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'long[]'
2019-09-01 19:16:47.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=long[])
2019-09-01 19:16:47.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.566 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.566 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6326a3c8)
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'stuckThreadNames'
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=stuckThreadNames)
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Names of the threads currently considered stuck.'
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Names of the threads currently considered stuck.)
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String[]'
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String[])
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.567 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@582f4e77)
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'threshold'
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=threshold)
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Duration in seconds after which a request is considered as stuck'
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Duration in seconds after which a request is considered as stuck)
2019-09-01 19:16:47.568 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'int'
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=int)
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@47d89102)
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=StuckThreadDetectionValve, className=org.apache.tomcat.util.modeler.BaseModelMBean, description=Detect long requests for which their thread might be stuck, group=Valve, type=org.apache.catalina.valves.StuckThreadDetectionValve])
2019-09-01 19:16:47.569 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:47.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:47.570 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.570 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
2019-09-01 19:16:47.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
2019-09-01 19:16:47.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.570 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:47.570 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
2019-09-01 19:16:47.570 DEBUG 16688 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry : Found jar:file:/C:/Users/bltiii/.gradle/caches/modules-2/files-2.1/org.apache.tomcat.embed/tomcat-embed-core/9.0.21/225a44fe65e9832f896e09f343ce107d38f3ee1b/tomcat-embed-core-9.0.21.jar!/org/apache/tomcat/util/descriptor/web/mbeans-descriptors.xml
2019-09-01 19:16:47.571 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : setDocumentLocator(com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser$LocatorProxy@56777e0c)
2019-09-01 19:16:47.571 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startDocument()
2019-09-01 19:16:47.571 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbeans-descriptors)
2019-09-01 19:16:47.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors'
2019-09-01 19:16:47.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:47.571 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.571 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:47.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:47.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextEnvironment'
2019-09-01 19:16:47.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextEnvironment)
2019-09-01 19:16:47.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextEnvironmentMBean'
2019-09-01 19:16:47.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextEnvironmentMBean)
2019-09-01 19:16:47.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Representation of an application environment entry'
2019-09-01 19:16:47.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Representation of an application environment entry)
2019-09-01 19:16:47.571 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources'
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources)
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.descriptor.web.ContextEnvironment'
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.descriptor.web.ContextEnvironment)
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'className'
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=className)
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Fully qualified class name of the managed object'
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Fully qualified class name of the managed object)
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'writeable' to 'false'
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo writeable=false)
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.572 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@5524a541)
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The description of this environment entry'
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The description of this environment entry)
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.573 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4f72bed3)
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this environment entry'
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this environment entry)
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.574 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@7591d48b)
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'override'
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=override)
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'Does this environment entry allow overrides by the application deployment descriptor'
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=Does this environment entry allow overrides by the application deployment descriptor)
2019-09-01 19:16:47.575 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'boolean'
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=boolean)
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@18fb432b)
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'type'
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=type)
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of this environment entry'
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of this environment entry)
2019-09-01 19:16:47.576 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@6885f3d8)
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'value'
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=value)
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The value of this environment entry'
2019-09-01 19:16:47.577 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The value of this environment entry)
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@32db4c3d)
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextEnvironment, className=org.apache.catalina.mbeans.ContextEnvironmentMBean, description=Representation of an application environment entry, group=Resources, type=org.apache.tomcat.util.descriptor.web.ContextEnvironment])
2019-09-01 19:16:47.578 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextResource'
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextResource)
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextResourceMBean'
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextResourceMBean)
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Representation of a resource reference for a web application'
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Representation of a resource reference for a web application)
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources'
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources)
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.descriptor.web.ContextResource'
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.descriptor.web.ContextResource)
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.579 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'auth'
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=auth)
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The authorization requirement for this resource'
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The authorization requirement for this resource)
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4915f361)
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.580 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The description of this resource'
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The description of this resource)
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@bb51373)
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this resource'
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this resource)
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4c692aee)
2019-09-01 19:16:47.581 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'scope'
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=scope)
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The sharing scope of this resource factory'
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The sharing scope of this resource factory)
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.582 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@243b3dfa)
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'type'
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=type)
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of this environment entry'
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of this environment entry)
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.583 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@42d35ce7)
2019-09-01 19:16:47.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.584 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.584 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:47.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.584 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextResource, className=org.apache.catalina.mbeans.ContextResourceMBean, description=Representation of a resource reference for a web application, group=Resources, type=org.apache.tomcat.util.descriptor.web.ContextResource])
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,mbean)
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Set org.apache.tomcat.util.modeler.ManagedBean properties
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'name' to 'ContextResourceLink'
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean name=ContextResourceLink)
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'className' to 'org.apache.catalina.mbeans.ContextResourceLinkMBean'
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean className=org.apache.catalina.mbeans.ContextResourceLinkMBean)
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'description' to 'Representation of a resource link for a web application'
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean description=Representation of a resource link for a web application)
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'domain' to 'Catalina'
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean domain=Catalina)
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'group' to 'Resources'
2019-09-01 19:16:47.585 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean group=Resources)
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean} Setting property 'type' to 'org.apache.tomcat.util.descriptor.web.ContextResourceLink'
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.ManagedBean type=org.apache.tomcat.util.descriptor.web.ContextResourceLink)
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'global'
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=global)
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The global name of this resource'
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The global name of this resource)
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.586 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@61dee145)
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'name'
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=name)
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The name of this resource'
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The name of this resource)
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.587 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@64e599ca)
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'description'
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=description)
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The description of this resource'
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The description of this resource)
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.588 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@194cbc41)
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : startElement(,,attribute)
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : New match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetPropertiesRule[]
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Set org.apache.tomcat.util.modeler.AttributeInfo properties
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'name' to 'type'
2019-09-01 19:16:47.589 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo name=type)
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'description' to 'The type of this resource'
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo description=The type of this resource)
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetPropertiesRule]{mbeans-descriptors/mbean/attribute} Setting property 'type' to 'java.lang.String'
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: setProperty(class org.apache.tomcat.util.modeler.AttributeInfo type=java.lang.String)
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire begin() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,attribute)
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean/attribute'
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText=''
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=addAttribute, paramType=org.apache.tomcat.util.modeler.AttributeInfo]
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean/attribute} Call org.apache.tomcat.util.modeler.ManagedBean.addAttribute(org.apache.tomcat.util.modeler.AttributeInfo@4120ffeb)
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 org.apache.tomcat.util.modeler.ManagedBean org.apache.tomcat.util.modeler.AttributeInfo org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.AttributeInfo, attributeName=null]
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean/attribute} Pop org.apache.tomcat.util.modeler.AttributeInfo
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbean)
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors/mbean'
2019-09-01 19:16:47.590 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetPropertiesRule[]
2019-09-01 19:16:47.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire body() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetNextRule[methodName=add, paramType=java.lang.Object]
2019-09-01 19:16:47.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [SetNextRule]{mbeans-descriptors/mbean} Call java.util.ArrayList.add(ManagedBean[name=ContextResourceLink, className=org.apache.catalina.mbeans.ContextResourceLinkMBean, description=Representation of a resource link for a web application, group=Resources, type=org.apache.tomcat.util.descriptor.web.ContextResourceLink])
2019-09-01 19:16:47.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.IntrospectionUtils : IntrospectionUtils: callMethod1 java.util.ArrayList org.apache.tomcat.util.modeler.ManagedBean java.lang.Object
2019-09-01 19:16:47.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for SetPropertiesRule[]
2019-09-01 19:16:47.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : Fire end() for ObjectCreateRule[className=org.apache.tomcat.util.modeler.ManagedBean, attributeName=null]
2019-09-01 19:16:47.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : [ObjectCreateRule]{mbeans-descriptors/mbean} Pop org.apache.tomcat.util.modeler.ManagedBean
2019-09-01 19:16:47.591 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : characters(
)
2019-09-01 19:16:47.591 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endElement(,,mbeans-descriptors)
2019-09-01 19:16:47.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : match='mbeans-descriptors'
2019-09-01 19:16:47.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : bodyText='
'
2019-09-01 19:16:47.591 DEBUG 16688 --- [kground-preinit] o.apache.tomcat.util.digester.Digester : No rules found matching [mbeans-descriptors]
2019-09-01 19:16:47.591 DEBUG 16688 --- [kground-preinit] o.a.tomcat.util.digester.Digester.sax : endDocument()
2019-09-01 19:16:47.674 DEBUG 16688 --- [kground-preinit] org.apache.tomcat.util.modeler.Registry : Creating MBeanServer83
2019-09-01 19:16:47.675 DEBUG 16688 --- [ Test worker] c.DefaultCacheAwareContextLoaderDelegate : Storing ApplicationContext in cache under key [[WebMergedContextConfiguration@2cc4e27f testClass = ApplicationTest, locations = '{}', classes = '{class hello.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@313b4d27, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@8c984e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2abffe8a, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa6b940], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
2019-09-01 19:16:47.675 DEBUG 16688 --- [ Test worker] org.springframework.test.context.cache : Spring test ApplicationContext cache statistics: [DefaultContextCache@3e28eed7 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 0, missCount = 1]
2019-09-01 19:16:47.676 DEBUG 16688 --- [ Test worker] o.s.t.c.w.ServletTestExecutionListener : Setting up MockHttpServletRequest, MockHttpServletResponse, ServletWebRequest, and RequestContextHolder for test context [DefaultTestContext@3b138d1d testClass = ApplicationTest, testInstance = hello.ApplicationTest@7620ae90, testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@2cc4e27f testClass = ApplicationTest, locations = '{}', classes = '{class hello.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@313b4d27, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@8c984e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2abffe8a, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa6b940], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]].
2019-09-01 19:16:47.687 DEBUG 16688 --- [ Test worker] DependencyInjectionTestExecutionListener : Performing dependency injection for test context [[DefaultTestContext@3b138d1d testClass = ApplicationTest, testInstance = hello.ApplicationTest@7620ae90, testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@2cc4e27f testClass = ApplicationTest, locations = '{}', classes = '{class hello.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@313b4d27, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@8c984e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2abffe8a, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa6b940], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true]]].
2019-09-01 19:16:47.687 DEBUG 16688 --- [ Test worker] c.DefaultCacheAwareContextLoaderDelegate : Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@2cc4e27f testClass = ApplicationTest, locations = '{}', classes = '{class hello.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@313b4d27, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@8c984e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2abffe8a, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa6b940], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
2019-09-01 19:16:47.687 DEBUG 16688 --- [ Test worker] org.springframework.test.context.cache : Spring test ApplicationContext cache statistics: [DefaultContextCache@3e28eed7 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 1, missCount = 1]
2019-09-01 19:16:47.692 DEBUG 16688 --- [ Test worker] tractDirtiesContextTestExecutionListener : Before test method: context [DefaultTestContext@3b138d1d testClass = ApplicationTest, testInstance = hello.ApplicationTest@7620ae90, testMethod = contextLoads@ApplicationTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@2cc4e27f testClass = ApplicationTest, locations = '{}', classes = '{class hello.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@313b4d27, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@8c984e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2abffe8a, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa6b940], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
2019-09-01 19:16:47.693 DEBUG 16688 --- [ Test worker] c.DefaultCacheAwareContextLoaderDelegate : Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@2cc4e27f testClass = ApplicationTest, locations = '{}', classes = '{class hello.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@313b4d27, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@8c984e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2abffe8a, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa6b940], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
2019-09-01 19:16:47.693 DEBUG 16688 --- [ Test worker] org.springframework.test.context.cache : Spring test ApplicationContext cache statistics: [DefaultContextCache@3e28eed7 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 2, missCount = 1]
2019-09-01 19:16:47.829 DEBUG 16688 --- [ Test worker] c.DefaultCacheAwareContextLoaderDelegate : Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@2cc4e27f testClass = ApplicationTest, locations = '{}', classes = '{class hello.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@313b4d27, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@8c984e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2abffe8a, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa6b940], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
2019-09-01 19:16:47.829 DEBUG 16688 --- [ Test worker] org.springframework.test.context.cache : Spring test ApplicationContext cache statistics: [DefaultContextCache@3e28eed7 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 3, missCount = 1]
2019-09-01 19:16:47.830 DEBUG 16688 --- [ Test worker] c.DefaultCacheAwareContextLoaderDelegate : Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@2cc4e27f testClass = ApplicationTest, locations = '{}', classes = '{class hello.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@313b4d27, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@8c984e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2abffe8a, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa6b940], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
2019-09-01 19:16:47.830 DEBUG 16688 --- [ Test worker] org.springframework.test.context.cache : Spring test ApplicationContext cache statistics: [DefaultContextCache@3e28eed7 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 4, missCount = 1]
2019-09-01 19:16:47.830 DEBUG 16688 --- [ Test worker] c.DefaultCacheAwareContextLoaderDelegate : Retrieved ApplicationContext from cache with key [[WebMergedContextConfiguration@2cc4e27f testClass = ApplicationTest, locations = '{}', classes = '{class hello.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@313b4d27, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@8c984e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2abffe8a, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa6b940], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]
2019-09-01 19:16:47.830 DEBUG 16688 --- [ Test worker] org.springframework.test.context.cache : Spring test ApplicationContext cache statistics: [DefaultContextCache@3e28eed7 size = 1, maxSize = 32, parentContextCount = 0, hitCount = 5, missCount = 1]
2019-09-01 19:16:47.831 DEBUG 16688 --- [ Test worker] tractDirtiesContextTestExecutionListener : After test method: context [DefaultTestContext@3b138d1d testClass = ApplicationTest, testInstance = hello.ApplicationTest@7620ae90, testMethod = contextLoads@ApplicationTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@2cc4e27f testClass = ApplicationTest, locations = '{}', classes = '{class hello.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@313b4d27, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@8c984e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2abffe8a, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa6b940], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true]], class annotated with @DirtiesContext [false] with mode [null], method annotated with @DirtiesContext [false] with mode [null].
2019-09-01 19:16:47.831 DEBUG 16688 --- [ Test worker] o.s.t.c.w.ServletTestExecutionListener : Resetting RequestContextHolder for test context [DefaultTestContext@3b138d1d testClass = ApplicationTest, testInstance = hello.ApplicationTest@7620ae90, testMethod = contextLoads@ApplicationTest, testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@2cc4e27f testClass = ApplicationTest, locations = '{}', classes = '{class hello.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@313b4d27, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@8c984e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2abffe8a, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa6b940], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.populatedRequestContextHolder' -> true, 'org.springframework.test.context.web.ServletTestExecutionListener.resetRequestContextHolder' -> true]].
2019-09-01 19:16:47.832 DEBUG 16688 --- [ Test worker] tractDirtiesContextTestExecutionListener : After test class: context [DefaultTestContext@3b138d1d testClass = ApplicationTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@2cc4e27f testClass = ApplicationTest, locations = '{}', classes = '{class hello.Application}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@313b4d27, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@8c984e, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@2abffe8a, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@4fa6b940], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true, 'org.springframework.test.context.support.DependencyInjectionTestExecutionListener.reinjectDependencies' -> true]], class annotated with @DirtiesContext [false] with mode [null].